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.
Ha, this is a short one. You should see a couple C++ katas I solved with Nim. iirc, generated code was 800+ lines.
I have no words.
fixed here
Nim: same issue as in half of other Nim katas - tests are green even if you fail (doesn't count as completion, but very confusing).
I've hit the same bug in my own Nim translations, it can be solved by having only one check per test.
Okay
Why?! Just why? Numbers are not strings, are they? This should result in an error. If you think otherwise, you're wrong.
Nim translation
You can, and I did, solve this kata with code.
ver 1.1:
ver 1.1: fixed unittest reporting failed tests as passing
ver 1.2: fixed unittest reporting failed tests as passing
ver 1.3: check one expression per test
Nim translation
Can I get a review?
Nim translation
Can I please get a review?
Nim translation
Can somebody review and approve it, please.
What are we supposed to return for if there are no values (in C#)?
new long[0];?
List<long[]>{ new long[0] };?
I got all my successful cases working, but the null ones I'm not sure what they're asking for.
Loading more items...