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.
JFC.
Dur. Thanks.
From the descriptions...
;-)
This comment is hidden because it contains spoiler information about the solution
Okay, first: if you want to ask why your code isn't working, you should raise it as a
question
and not anissue
(issues are when you can prove that the kata is faulty).Second: if you don't elaborate on anything (like what's the input, what's the expected result and what's your result), how can anyone else help you? ;-) At least you should post your code (marked as spoilers).
And don't forget to format the code by wrapping them in 3 backticks, like this:
```
code
code
code
```
I'm still learning to code, but it doesn't appear to me as if the Ruby tests are working correctly.
When I run my code on my machine I get the expected result, but it fails here.
As has already been mentioned, the written instructions should be updated so it's clearer as to what is expected or what kind of tests it will be run against.
It is not stated that the variables may be negative, or n may be > m, and need to be checked for validity (E.g. n,m > 0 && n < m).