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.
Since C strings end with a NUL character, and that character evals to false, it can be used to iterate through all chars in the string. Extra attention needed when used with a string obtained from stdin, since if it fails for some reason, it may not have it.