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.
Sometimes in the random tests, when x=[2], it marks the solution as incorrect. However, if I rerun the program without making any changes, it's likely that this time it won't pick x=[2] and will mark it as the correct solution.
The number 2 can be any other integer, and it will still mark the solution as incorrect
Interesting!