diff options
Diffstat (limited to '2022/puzzle-2.lisp')
-rw-r--r-- | 2022/puzzle-2.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/puzzle-2.lisp b/2022/puzzle-2.lisp index b3b0155..a17fdb2 100644 --- a/2022/puzzle-2.lisp +++ b/2022/puzzle-2.lisp @@ -1,4 +1,4 @@ -(defvar input (uiop:read-file-string "2022/2-input")) +(defvar input (uiop:read-file-string "2-input")) ;; Each newline represents a new round, which we should parse on the go (defun sensible-convert-input (str) |