Clojure exercises in exercism support the two most common tools for dependency management and testing, leiningen and the Clojure CLI.
$ clj -X:test
$ lein test
lein test hello-world-test
Ran 3 tests containing 3 assertions.
0 failures, 0 errors.
Then submit the exercise using:
$ exercism submit src/hello_world.clj
For more detailed instructions and learning resources refer exercism's clojure language page.