diff --git a/project.clj b/project.clj index 1cfdf52..acd6dc7 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,5 @@ (defproject functional-koans "0.0.1" :description "The functional koans" - :main "path_to_enlightenment" :dependencies [[org.clojure/clojure "1.1.0"]] :dev-dependencies [[leiningen-run "0.3"]] :namespaces [koans])