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.
Should correct the mention about the zero, its confusing since you expected us to validate it in the test...
C# tests should be rewritten with logs removed
C Translation (author inactive).
Clojure port gives no reasonable error message for the zero test.
If the explicit 0 wasn't mentioned all over this thread I would have considered the kata broken
Are there any decent haskell regex libraries available in CW? I can't find any solution with regex replacement
and "import Text.Regex (mkRegex, subRegex)" was not recognized.
Saying "Zero alone is fine, don't worry about it. Poor guy anyway" is very misleading. I'd suggest removing "don't worry about it" because you do test for an input value of
0
and this phrase seems to hint that you don't have to consider a0
for input.Shall we change the title to
"No zeros for hero[E]s"
?Prolog Translation with random tests :)
This comment is hidden because it contains spoiler information about the solution
is there an easier way to solve this without using loops?