Fix day6pt1 and add correct day6pt2
[adventofcode2019.git] / src / adventofcode2019 / template.clj
index 2e58ab0491cd82481490bd3613dad2727e9ff6a2..9e8d2b57b2a50a94b3915b0a77453f0d36619db1 100644 (file)
@@ -1,6 +1,7 @@
 (ns adventofcode2019.day00
     [:require [adventofcode2019.lib :refer :all]
               [clojure.string :as str]
+              [clojure.core.match :refer [match]]
               [clojure.math.combinatorics :as combo]])
 
 (defn day00 []