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, means there is actually an empty string at the first element. And as a matter of fact...:
(unmeaningful message, I need to track a bug...)
and? Don't you see your problem? You printed the input, so you should see what you forgot, considering the requirements.
Sample tests are just "sample". If you wanna know the input, print it to the console (
System.out.println(Arrays.toString(...));
)...?
Anyway, you're wrong about that, because you're not following this requirement:
I just did the java version without troubles. Do you have an example of something going wrong? (meaning: input, acutal and expected outputs, what's wrong about the expected one?)