A Clojure solution to the kata at https://codingdojo.org/kata/Mastermind/
- An recent install of Clojure (and a compatible version of Java) on your system.
- An install of Leiningen, the Clojure build tool, on your system.
- From a command prompt inside the project folder, type
lein run.
- From a command prompt inside the project folder, type
lein test.