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.
cpp test 3:
Assert::That(name({"give", "your", "kata", "a", "name"}), Equals(13)); // giveyourkataaname
I believe "giveyourkataaname" has 17 characters, the comment is wrong.
C++ fork with fixes
using namespace std;
from test casesPlease review and reject/approve.
C++:
The issue below is not fixed. Users still can modify inputs in the random tests.