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.
Tried it locally and it seems to work well. After checking what was the issue in add_three test (in the kata directly), it seems changing the compiler version to 1.66 fixes the issue. Another issue was the random tests performed with the rand crate, which needed to be updated as the rand::thread_rng().gen_range fn takes one argument (a range) instead of two arguments (which was the case in the past ig). I fixed everything in the fork.