summary refs log tree commit diff stats
path: root/clojure/raindrops/project.clj
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-05 22:23:54 +0530
committerAndinus <andinus@nand.sh>2021-09-05 22:23:54 +0530
commitfec4b82917ccb41362c3170e1b71f9dbf98fb997 (patch)
tree5a9a44dc62fd4e4566a6f963c734d8724de64611 /clojure/raindrops/project.clj
parent670546b8a284bee51f63f00dabcf89b9ea463e68 (diff)
downloadexercism-fec4b82917ccb41362c3170e1b71f9dbf98fb997.tar.gz
Clojure: Raindrops: Add solution
Diffstat (limited to 'clojure/raindrops/project.clj')
-rw-r--r--clojure/raindrops/project.clj4
1 files changed, 4 insertions, 0 deletions
diff --git a/clojure/raindrops/project.clj b/clojure/raindrops/project.clj
new file mode 100644
index 0000000..65b35f1
--- /dev/null
+++ b/clojure/raindrops/project.clj
@@ -0,0 +1,4 @@
+(defproject raindrops "0.1.0-SNAPSHOT"
+  :description "raindrops exercise."
+  :url "https://github.com/exercism/clojure/tree/master/exercises/raindrops"
+  :dependencies [[org.clojure/clojure "1.10.0"]])