X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=src%2FdayNN.lisp;fp=src%2FdayNN.lisp;h=9e8375083c17bd93011d5861ffec96b26ac418b0;hp=bd53ef0b636a72e493f8c5e15213a6e009ad18c1;hb=59b2be1021c6308929890c59f2ed5d187337a003;hpb=646650211622736cd7f85f69cdad3a2899cfe153 diff --git a/src/dayNN.lisp b/src/dayNN.lisp index bd53ef0..9e83750 100644 --- a/src/dayNN.lisp +++ b/src/dayNN.lisp @@ -1,6 +1,6 @@ (asdf:load-system :adventofcode2020) (in-package #:adventofcode2020) -(named-readtables:in-readtable fn-reader) +(named-readtables:in-readtable :adventofcode2020) (day 00 input (let ((lines (list-from input)))