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.
why do you open a new issue if there is one already ?
As pointed out by eurydice5717,
Should become:
NOT:
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 ???Woah, this is a cool concept, sadly this has been slept on for a long time by the looks of it. Would like to solve this some time.
No random tests.