exercism/clojure/bob/project.clj

7 lines
215 B
Clojure
Raw Normal View History

2016-08-13 23:20:14 +00:00
(defproject bob "0.1.0-SNAPSHOT"
:description "bob exercise."
:url "https://github.com/exercism/xclojure/tree/master/bob"
:source-paths [""]
:test-paths [""]
:dependencies [[org.clojure/clojure "1.7.0"]])