aoc2023/day-two/project.clj

10 lines
408 B
Clojure
Raw Normal View History

2023-12-02 20:13:42 +01:00
(defproject day-two "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:main day-two.core/-main
:dependencies [[org.clojure/clojure "1.11.1"]]
:repl-options {:init-ns day-two.core}
:plugins [[cider/cider-nrepl "0.42.1"]])