Add day 04 (and fn library)
[adventofcode2020.git] / adventofcode2020.asd
index 96f4fbdcfc1c03f03b67adc1b7c246bd9dba42d2..031f2e812ff385d3ed22af5dc250412ba09356e8 100644 (file)
@@ -7,9 +7,11 @@
   :serial t
   :depends-on (:alexandria
                :arrow-macros
+               :fn
                :fiveam)
   :pathname "src/"
   :components ((:file "package")
+               (:file "utilities")
                (:file "adventofcode2020"))
   :in-order-to ((test-op (test-op :adventofcode2020/test))))