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.
C#: method name should be
PascalCase
(Please refer to implementation of backward compatibility here )This comment is hidden because it contains spoiler information about the solution
Coffeescript
Crystal
(author inactive)
I'm not really sure how these are ranked. I've spent half an hour trying to just get the size of the array, or the array, to print in C. I keep getting memory errors. Even a simple
printf("%zu", a);
for the array size doesn't work. I've been really attempting to learn C but when one can just writeprint(ages)
in python and presto it's there, wtf over? I just have no understanding of how to access the information via these functions. The python problems seem super easy by comparison. Just getting access to the information in C is like 90% of the battle. /rant