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.
Ranks can't be changed.
This comment is hidden because it contains spoiler information about the solution
I looked into it, for some reason
rec_test
was not defined in the global scope, and so was contradicting the description:I have moved
rec_test
to top level, and I think that your code actually works now. Have a try and let me know if it is still broken.This comment is hidden because it contains spoiler information about the solution