starting... lots of work to do

This commit is contained in:
Aaron Bedra
2010-01-14 20:13:17 -05:00
parent eca1c9e80c
commit 49e460a0b4
6 changed files with 80 additions and 0 deletions

19
README.markdown Normal file
View File

@@ -0,0 +1,19 @@
# Functional Koans
### Getting Started
To download the dependencies, install leiningen
(http://github.com/technomancy/leiningen). After you have leiningen
installed run
`lein deps`
which will download all dependencies you need to run the clojure koans.
### Running The Koans
To run the koans, simply run
`ant`
which will run all the files in the koans directory.