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.
.
IDK about this kata but normally C++ strings don't have any special trailing characters.
What's the last charactor supposed to be? I've tried EOF, \0, \n, \r, and nothing but all don't work for some reason in C++.