summary refs log tree commit diff stats
path: root/clojure/two-fer/project.clj
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-05 16:36:40 +0530
committerAndinus <andinus@nand.sh>2021-09-05 16:36:40 +0530
commit38b4e6fa229e65eae10f8a06c81ef1a0802d45f5 (patch)
treecb94ab163b2f7607f38d01753d286189ddcda259 /clojure/two-fer/project.clj
parente4fd875702b7be18cfc3eccdb10fb21a065ae5e1 (diff)
downloadexercism-38b4e6fa229e65eae10f8a06c81ef1a0802d45f5.tar.gz
Clojure: Add Hello World solution and Two Fer exercise
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"]])