summary refs log tree commit diff stats
path: root/clojure/raindrops/project.clj
blob: 65b35f1149f88c5e45babba2e1cb8a07f5ca0cf7 (plain) (blame)
1
2
3
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"]])