Files
exercism/clojure/hello-world/project.clj
2020-11-16 09:21:14 -06:00

5 lines
209 B
Clojure

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