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.
Most probably not a kata issue.
May have been a platform issue. Not reproducible now.
I get the same, but only running the tests - submitting it works fine.
yes. same here
Int32 is the wrong data type for this. It should be Word32. The number in the example 2149583361 is not representable in Int32. Haskell has a type sytem to enforce good coding not work around it. I would say this kata is non-solvable with the Int32 interface.
This comment is hidden because it contains spoiler information about the solution
The haskell version of this Kata appears bugged, just running the code with no changes (expecting a runtime error) gives:
The
preloaded
stuff is seemingly not preloaded.there is no reason to rescue, nil will be returned anyway