Advent of Code 2020 in Clojure
Run the project's tests (they'll fail until you edit them):
$ clojure -M:test:runner
Build a deployable jar of this library:
$ clojure -M:jar
Install it locally:
$ clojure -M:install
Deploy it to Clojars -- needs CLOJARS_USERNAME
and CLOJARS_PASSWORD
environment variables:
$ clojure -M:deploy
Copyright © 2020 Tyler Wardhaugh
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.