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 example tests are all looking for "does equal", and none look for "does not equal", so I simply wrote a function that returns an object O defined s.t. for all integers x, O == x. My code passed the example tests but not the final evaluation. Can you please add at least one "does not equal" test in the examples so people won't be led astray in this way.