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 was pulling my hair out trying to figure why my code was passing all of my tests on my side and failing when I tested it here, until I realized that the submitted pins here were strings, while my code was built to accept ints. Got to be more careful about noticing input types in the future!
Same!
This comment is hidden because it contains spoiler information about the solution