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.
Same mistake here o_O
You have mixed up the base and the number.
zeroes 17 16
is 16! in the base 17.I've updated default/public test cases in Haskell to make order of arguments more clear.
Haskell test case may be wrong.
-> attempt
in prime base - no zeroes
zeroes 17 16 should be 3 while system expect 0 ? (yes, I printed the test case)
(product [1..17] = 0x1437eeecd8000)
or the test case shoud be corrected as zeroes 16 17 ?
while scheme runs well...?
+1