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.
I had a great time solving this Kata, thanks!
Approved, thanks sweetie.
Haskell Translation
1000 honor sounds like a good deal.
I bribed another user to write a solution for me in return of 1000 honor.
https://discord.com/channels/846624424199061524/876927959401893968/1009492783733690378
Hm... Seems unlikely that two different users came up with exactly the same solution. Down to every variable name. And even the unnecessary check
if e == nil { continue }
is in both versions. What's going on?An issue about that was raised 10 months ago, one is enough.
(In Haskell) why are some cases in the tests and when submitting expecting a negative number ? squares are never negative.