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.
The problem seems to be fixed. It's a good kata, thanks!
I got the same problem as wolfascu. The C# random tests should be broken. This is what I got:
Testing for Add(111, 00);
✘ Expected string length 1 but was 3. Strings differ at index 0.
Expected: "0"
But was: "111"
-----------^