diff --git a/koans/path_to_enlightenment.clj b/path_to_enlightenment.clj similarity index 100% rename from koans/path_to_enlightenment.clj rename to path_to_enlightenment.clj diff --git a/project.clj b/project.clj index cc17781..b2e37a8 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject functional-koans "0.0.1" :description "The functional koans" - :script "koans/path_to_enlightenment.clj" + :script "path_to_enlightenment.clj" :dependencies [[org.clojure/clojure "1.1.0"] [org.clojure/clojure-contrib "1.0-SNAPSHOT"] [org.clojure/swank-clojure "1.0"] diff --git a/koans/about_conditionals.clj b/src/koans/about_conditionals.clj similarity index 100% rename from koans/about_conditionals.clj rename to src/koans/about_conditionals.clj diff --git a/koans/about_equalities.clj b/src/koans/about_equalities.clj similarity index 100% rename from koans/about_equalities.clj rename to src/koans/about_equalities.clj diff --git a/koans/about_functions.clj b/src/koans/about_functions.clj similarity index 100% rename from koans/about_functions.clj rename to src/koans/about_functions.clj diff --git a/koans/about_higher_order_functions.clj b/src/koans/about_higher_order_functions.clj similarity index 100% rename from koans/about_higher_order_functions.clj rename to src/koans/about_higher_order_functions.clj diff --git a/koans/about_lists.clj b/src/koans/about_lists.clj similarity index 100% rename from koans/about_lists.clj rename to src/koans/about_lists.clj diff --git a/koans/about_maps.clj b/src/koans/about_maps.clj similarity index 100% rename from koans/about_maps.clj rename to src/koans/about_maps.clj diff --git a/koans/about_runtime_polymorphism.clj b/src/koans/about_runtime_polymorphism.clj similarity index 100% rename from koans/about_runtime_polymorphism.clj rename to src/koans/about_runtime_polymorphism.clj diff --git a/koans/about_sequence_comprehensions.clj b/src/koans/about_sequence_comprehensions.clj similarity index 100% rename from koans/about_sequence_comprehensions.clj rename to src/koans/about_sequence_comprehensions.clj diff --git a/koans/about_sets.clj b/src/koans/about_sets.clj similarity index 100% rename from koans/about_sets.clj rename to src/koans/about_sets.clj diff --git a/koans/about_vectors.clj b/src/koans/about_vectors.clj similarity index 100% rename from koans/about_vectors.clj rename to src/koans/about_vectors.clj