Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Yes! -> https://stackoverflow.com/questions/65554461/reasons-a-c-compiler-ignores-register-declaration
fixed
Sometimes random tests generate strings of identic length, whereas the contrary is stated in the description:
I did it in c++ because I gave up in C.
In C you can't just concatenate that way as you said, this is a really weird challenge.
Undeclared identifiers everywhere:
strlen
and others.Missing tests with empty strings.
cr_assert_str_eq
should be used for strings.How about random tests?
dont most modern C compilers just ignore
register
?CHEATING!!! TRIGGERED!!!
nice Kata