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.
thanks for the advice!
Note to self: I should have added the edge case in the test when I translated the kata.
Everything is an expression in Haskell, you do not need to be explicit with what to return as Haskell will evaluate your conditional and return that value if you let it, viz. that the following two code snippets are equivalent
Also, the Kata Description states that on Tuesdays the person in question is afraid of numbers greater, not equal to, than 95.
Great work. I need to work on my regular expressions.
This comment is hidden because it contains spoiler information about the solution
Nice I got the same