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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
why is that?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Elegant solution.
Amazing, first I didn't even checked what's going on in your code, but after I checked it it's an amazing result
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Mindblowing solution, good job
I think this is a great kata, it gives clear instructions and the kata itself doesn't seem to have any problems. It is very creative and simple to think through. I think it could do very well if it leaves beta (though the developers don't look to have updated this in a while).
You forgot to close your scanner. You should add the following line where you finish using the scanner.
input.close();
Loading more items...