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.
I finally got to checking the C version, and other than a pile of warnings, it's seems to be fine. I run my solution against the full test suite several times and it seems to consistently pass. I struggled a bit with edge cases though, which are somewhat underspecified, especially leading zeros in input.
Please check for leading/trailing spaces and missing null terminator in your solutoin, and I will check the tests.