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.
Wanted to refactor my solution, but I accidentally did a final submit. :(
Nvm, just added a new comment.
For Ruby, the random XOR test is showing the wrong solution. Everything else seems to be properly functioning.
Forgive my ignorance, but how do I edit my comment as an issue, or do I need to make a new comment?
I had issues with the XOR too when the random tests came up.
For instance, {True, True, True} should evaluate as True, but I am being told it is expecting the solution to be False.
I am programming with Ruby.