Add correct day8pt1, day8pt2
[adventofcode2019.git] / src / adventofcode2019 / template.clj
index 9e8d2b57b2a50a94b3915b0a77453f0d36619db1..c239cb5d8ad2b24848a4eeea2da62b177dd87754 100644 (file)
@@ -6,4 +6,5 @@
 
 (defn day00 []
   (let [input (map parse-int (get-list-from-file (input-file)))] 
-    (comment Your code here!)))
+    #_(part1)
+    #_(part2)))