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