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