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.
The function signature is wrong. Return type should be a string.
Approved thanks @Steffan153
@harrietty I think that's all it takes!
Thanks for posting it here! What is the clash in the description? The only difference in this fork is a comma!
No, that's not possible, unfortunately. You can find all pending translations of a specific one by clicking "+ Add New" in the language menu, though. But since you have over a 100 kata, that's inconvenient...
Try this one: https://www.codewars.com/kumite/5ddbcfa4d1332e002368c500?sel=5ddc042df7cf220013d071c2
Thanks, there is a clash though, description needs updating. Do you know if there is a way for me to see all outstanding transaltions across all my kata?
Go translation (not mine)
forgot to change int to ull (what I had been thinking about while writing the tests). fixed, anything more?
C:
(And when there's no input range in the description, I'd expect reasonably small numbers that don't cause overflows.)
Approved
Rust translation: https://www.codewars.com/kumite/5ddbd164e5e5cb001047acd3?sel=5ddbd164e5e5cb001047acd3
Can someone please review ?
Done.
Other languages return an array/list, so IMO Rust should return a
Vec
instead of an iterator.rust translation here: https://www.codewars.com/kumite/5dda79e876f7ba0014564edb?sel=5dda79e876f7ba0014564edb. Please review :)