exercism/clojure/hello-world/project.clj
2016-08-13 18:20:14 -05:00

5 lines
199 B
Clojure

(defproject hello-world "0.1.0-SNAPSHOT"
:description "hello-world exercise."
:url "https://github.com/exercism/xclojure/tree/master/hello-world"
:dependencies [[org.clojure/clojure "1.7.0"]])