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