exercism/clojure/hello-world/project.clj

5 lines
199 B
Clojure
Raw Normal View History

2016-08-13 23:20:14 +00:00
(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"]])