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
Nice, I can see my mistake now. Thank you for taking the time to reply!
Your answers are wrong, for instance, you're returning 10 which ends with 0. These are the three sample tests your code is failing:
And the tests are fine.
I think this these test cases are wrong:
10 should equal 105
-10 should equal -105
201 should equal 2016
105, -105, and 2016 don't end with 0
Should correct the mention about the zero, its confusing since you expected us to validate it in the test...
Please read this: https://docs.codewars.com/training/troubleshooting#post-discourse
And check out the error message:
Your code returns a string, not a number.
This comment is hidden because it contains spoiler information about the solution
C# tests should be rewritten with logs removed
Approved
Approved
TypeScript translation
Because your code is wrong. Sample tests are just that, a sample. Final tests are more extensive. Not a kata issue. Read this: https://docs.codewars.com/training/troubleshooting
C Translation (author inactive).
Approved
Scala translation
Loading more items...