summary refs log tree commit diff stats
path: root/clojure/two-fer/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'clojure/two-fer/project.clj')
-rw-r--r--clojure/two-fer/project.clj4
1 files changed, 4 insertions, 0 deletions
diff --git a/clojure/two-fer/project.clj b/clojure/two-fer/project.clj
new file mode 100644
index 0000000..6c67fbd
--- /dev/null
+++ b/clojure/two-fer/project.clj
@@ -0,0 +1,4 @@
+(defproject two-fer "0.1.0-SNAPSHOT"
+  :description "two-fer exercise."
+  :url "https://github.com/exercism/clojure/tree/master/exercises/two-fer"
+  :dependencies [[org.clojure/clojure "1.10.0"]])