Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 247 Bytes

#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