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 have a Clojure solution that I believe to be correct (it passes all of the pre-provided test cases, and works in a Leiningen REPL on my machine), but when I submit the solution, it fails with the message "Unknown Error". There's no error message, stack trace, or other information.
Does anyone know what's wrong?
In Clojure, the namespace is called "leading-zeros" instead of trailing zeros. I think somebody made a small mistake.
The tests expect the function to return null when passed zero args, but this is not mentioned in the description.
More than a handful!
In Clojure, all the tests pass except for the final one, it says "expected: (apply sum l) - actual: (not (apply # ()))". I'm pretty new to Clojure and am not sure why this error is being thrown. Is there something wrong with my code, or is it the kata?
Me either.