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.
You're duplicating code. Instead of using function odd, you could use !even which give you the same result.
-isystem /runner/frameworks/cpp/ error: 'pattern' is a private member of 'Pattern'
Assert::That(Pattern::pattern(4), Equals("4321\n432\n43\n4"));
(c++) here is a issue or I do something wrong ?