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 default C# code has "Coding" typoed as "Codding". Happy codding.
The tests can't find the module SimpleEncryption - the default code needs module Kata to be renamed to module SimpleEncryption!
Oh, that's really beautiful. Not the nicest thing to read, but having that as one line is really fantastic.
The Haskell one just plain doesn't work. It complains about "main" not existing.
It's been fixed! Thanks @paulrichard!
I don't think you can really do that - it works for dynamically typed languages, but you have to remember that people will be doing this Kata in strictly-typed ones as well. That sort of gimmick just doesn't work with static typing.