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.
IMO the nicest way to solve this problem is by using logic programming. Can we add this lib: https://github.com/clojure/core.logic, to the clojure environment?
The clojure version does not work:
java.io.FileNotFoundException: Could not locate exclamation_mark/core__init.class or exclamation_mark/core.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name., compiling:(null:1:1)
It is fixed !
Thank's a lot !
:)
This comment is hidden because it contains spoiler information about the solution
It fails on 215th test
It Keeps failling on this one Random Tests lcmu
✘ expected: (= act exp) - actual: (not (= (87 5133 343911 6534309 483538866 5318927526 74464985364) [87 5133 343911 6534309 483538866 5318927526 43006329660]))
But a lot of lcmu pass... I can't understand why
Clojure solution isnt working