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.
Thanks! I did not know this.
I have smillar solution ;)
One tip that comes to my mind is that you don't need to put 7's zeros in count initalization, it is enough to just put one zero and the reset is intailzed with zero too:
see https://en.cppreference.com/w/c/language/array_initialization
"When an array is initialized with a brace-enclosed...."