exercism/clojure/hello-world/project.clj

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"]])