moving run call out of the .clj

This commit is contained in:
Colin Jones
2010-07-13 09:41:25 -05:00
parent 0d1632d3f6
commit 363161727e
3 changed files with 3 additions and 5 deletions

View File

@@ -27,7 +27,5 @@
"partial_functions"])
(defn run []
(apply load (map (partial str "koans/") ordered-koans))
(apply load (doall (map (partial str "koans/") ordered-koans)))
(println "You have achieved clojure enlightenment. Namaste."))
(run)