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.
Apologies. I've corrected it.
Thanks for pointing this out.
Haskell translation added. Feel free to approve or reject it. :)
+1
Seems like
SolutionTest
expects a class namedSheepCounter
whereas it's namedKata
. The final tests expect it to beKata
, so one of them needs to be changed.Java translation added. Please check and approve if appropriate.
I learned a new method today...
This comment is hidden because it contains spoiler information about the solution
What is the benefit in using
let
instead ofvar
?I seem to have this same issue (C++ as well):
✘ Expected: [ 4.2, -35.8, -2.8, 23.2, 11.2 ]
Actual: [ 4.2, -35.8, -2.8, 23.2, 11.2 ]