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.
Hello, check it out.
Translation Dart
This comment is hidden because it contains spoiler information about the solution
I do not understand why we need to input (name="") in hello(). Someone can explain, please
Rust test case suggestion: add multibyte chars.
Rust uses UTF-8 string encoding. Hence some characters could be more than one byte.
Add a test case like:
to find code which can not handle multibyte letters. Eg. code taken only the first byte of the name string. (ä = c3 a6)
There is an inconsistency between translations, some of them (PHP, Python, Typescript) are written with the default argument and in the rest, it's not there. We should make them all the same way. I'd say we remove it from the ones that have it.
C++ translation is ready! Please check and approve
This comment is hidden because it contains spoiler information about the solution
Clojure has no random tests.
F# has no random tests.