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.
The input is instantiated as const, but the input parameter is not, so if you derefernce the pointer and increment it within the function (which the compiler will allow because of scoping), you segfault because it's modifying immutable stack data
I'm not sure how to edit kata's to submit bugfixes
C language translation added
This comment is hidden because it contains spoiler information about the solution