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.
Tried c++ and I'm sorry but... seeing the fixed tests it came to me that the reference solution does not comply to the cpp reference...
See https://en.cppreference.com/w/cpp/comment
Literally:
All comments are removed from the program at translation phase 3 by replacing each comment with a single whitespace character.
E.G. in the tests: removing an entire line when the entire line is a line comment as
// blablabla \n
is incorrect ???No random tests.