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.
same with me, thanks to your comment i was able to solve this kata.
Apologies, I only looked at this kata again today. I didn't receive a notification of your comment as it wasn't labeled as
Issue
.I'm not sure I follow though, can you expand? I'm trying to understand where the expectation of an
i32
comes from.The solution setup currently takes a
u8
for thelength
parameter and returnsu64
, so I expected the tests to infer that type and I didn't get any of the above warnings for my own solution either. I'm not sure why yours is returningi32
.