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.
This comment is hidden because it contains spoiler information about the solution
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).