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.
Updates to 1.66 and added assertion messages.
Assertion messages need to be improved such that the user is made aware which is expected and which is actual. This is particularly important for beginner level kata.
I've just bumped the version
"Language Version is invalid for rust"
rand
Rng::gen_range()
1
There's no need to declare
result
if you are going to return it right away; also, there should be at least one sample test case like in the other language katas.