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.
that's not the test that failed, your prints are misleading. if the rust tests are to be blamed in some way it's that they aren't separating the tests, which makes it easier to mix them up, and more generally that they invite mistrust by not showing what they're doing, relying instead on the solver to figure out what happened which isn't ideal when the test code is hidden
(also you absolutely should not be using f64, that would fail for large numbers since you're effectively reducing the number of available bits)