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.
Expected/actual being flipped is already fixed some time ago.
I've solved this kata at many month ago, I run my code again and passed all tests:
Please check your code or use
Console.WriteLine()
to print the input and output and look what's happening... ;-)I've got the same problem with Ruby, its looking for 15 so it's clearly an Issue I think
yes
Is this in C#?
Question, I am getting a test case looking for an answer of 15, but that is a 2 digit number. I believe the answer should be 6. I'm not seeing any special cases I should be looking for when encountering 15 in the instructions.