README.md
February 19, 2016 ยท View on GitHub
#Clojure solutions to Cracking the Coding Interview 6th Edition.
Running Unit Tests
First download and install Leiningen
Then run the following command from the root directory to run all the tests:
lein test