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.
Yep, still need help. Codewars doesn't allow me to give u my contacts, idk how to communicate with u. :(
This comment is hidden because it contains spoiler information about the solution
Same problem. In C you can't use '' as an argument, you should use '\' to interpret it as backslash.
Sorry, I meant C language. Not C++, but C.
Guys, I need your help. I managed to create int array with letter's alphabet position, but how to return it as a string? Some numbers are >9 so I can't put them in one-dimension char array.