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.
approved
Done:
https://www.codewars.com/kumite/5a25afb4c5e28466300000fb?sel=5dbd98aa6860f4003543503a
https://www.codewars.com/kumite/5dbc3f93b8d7bc00220aecf8?sel=5dbd981c9c7e5a0014057856
https://www.codewars.com/kumite/5dbc41464ca997002a4b3b88?sel=5dbd9863a2bb460024ea4e03
https://www.codewars.com/kumite/5dbc3e8312e6b00028363d2e?sel=5dbd98c51d7f74000f27e5f1 (all new examples only in this one)
Merge conflicts.
done: https://www.codewars.com/kumite/5b01b71086d075e38b000671?sel=5dbc3e8312e6b00028363d2e
Shell example should be added to the description.
How about some random tests?
This need random tests
OK - You guys are the Rust experts. Not me; If you tried what I asked for but it cannot be done then that is enough. Thanks for trying. The translation is approved.
Looks like the solution is flags passed to cargo (e.g.
$ cargo test -- --nocapture
), but I don't think that's possible...I'll do some research on that with other Rust Katas and see how to do that.
Please make it appear always (same as all other translation of this Kata).
I favored fold on the Iterator trait (this is the largest change based on something I liked in the JavaScript solutions)
FYI: The output for the random tests only appears if the solution is wrong
Shell translation with random tests for review
Loading more items...