Fix day6pt1 and add correct day6pt2
[adventofcode2019.git] / project.clj
index fe88a58906cbf459f60fe9737b29c53fc392ce8c..df6ecc57b62170e6f34de7c9732ea2bd784ccb9e 100644 (file)
@@ -4,6 +4,7 @@
 ;;: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/"}
   :dependencies [[org.clojure/clojure "1.10.0"]
+                 [org.clojure/core.match "0.3.0"]
                  [org.clojure/math.combinatorics "0.1.6"]]
   :main ^:skip-aot adventofcode2019.core
   :target-path "target/%s"