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.
Yeah, that's nowhere remotely close to what the kata is supposed to test, which is a problem in itself.
Haskell solution's type expectations are weird. There's a mix of Ints and Integers in the input, and it makes it nearly impossible to properly handle the data.
Trimming whitespace on its own has been thoroughly covered, but this involves several other steps in order to trim each individual line. I looked and could not find another kata that covered it. I'd be happy to update the tests when I have a chance.