moving to the proper directory-suggested namespace
This commit is contained in:
parent
b6c0b70de1
commit
0d1632d3f6
@ -1,4 +1,4 @@
|
||||
(ns koans.path-to-enlightenment
|
||||
(ns path-to-enlightenment
|
||||
(:use clojure.test))
|
||||
|
||||
(def __ nil)
|
||||
@ -27,7 +27,7 @@
|
||||
"partial_functions"])
|
||||
|
||||
(defn run []
|
||||
(apply load ordered-koans)
|
||||
(apply load (map (partial str "koans/") ordered-koans))
|
||||
(println "You have achieved clojure enlightenment. Namaste."))
|
||||
|
||||
(run)
|
||||
|
Loading…
Reference in New Issue
Block a user