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.
I should have posted this sooner; sorry.
I have updated the tests. This solution fails now.
Nice catch! I've updated the tests so that that posted solution fails now.
I updated the description. Thanks.
To be sure I understand the question... What to do when the below happens?
If that happens, do nothing; don't execute anything in the body, and don't signal an error.
If you look at line four of the 'for example' section in the description...
"A," = 0B10100000 = 160 (a + comma)
you'll notice that it is inconsistent. "(a + comma)" should be "(A + comma)". But anyway, fun kata! Thanks.