X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=src%2Fday08.lisp;h=458a56294418d8b35684faeab9a6120ff60c6292;hp=8d8f7c857e8fd0a34a451550dd849534c22a51a9;hb=HEAD;hpb=646650211622736cd7f85f69cdad3a2899cfe153 diff --git a/src/day08.lisp b/src/day08.lisp index 8d8f7c8..458a562 100644 --- a/src/day08.lisp +++ b/src/day08.lisp @@ -1,6 +1,6 @@ (asdf:load-system :adventofcode2020) (in-package #:adventofcode2020) -(named-readtables:in-readtable fn-reader) +(named-readtables:in-readtable :adventofcode2020) (defun make-program (insts) (let ((len (length insts))