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.
Maybe add to the instructions that spins are never more than 9, I initially added some unnecessary code to account for spins that were 10 or more.
I finished this Kata succesfully (C#), but didn't take into account the rule that if you reach finish before the end of moves you should return "Finish".
I had 1 test failing from the local ones, but the non visible tests apparently don't test this condition, so I could finalize it..