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.
For the ones who are struggling, this is a Tip :
Think of it like you have to separate the process and that if you find a marker you stop the process that look for them and save your progress somewhere.
Good Luck :^)
confusing
sometimes "\n" more
Expected: "int getRandomNumber()\n{\n return 4;\n}"
Occurred: "int getRandomNumber()\n{\n return 4;\n\n}"
sometimes "\n" less
Expected: "\nget_random_number:\n mov rax, 4\n ret"
Occurred: "get_random_number:\n mov rax, 4\n ret"
This comment is hidden because it contains spoiler information about the solution