diff options
Diffstat (limited to '2022/puzzle-1.lisp')
-rw-r--r-- | 2022/puzzle-1.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/puzzle-1.lisp b/2022/puzzle-1.lisp index a53b599..46fd7a0 100644 --- a/2022/puzzle-1.lisp +++ b/2022/puzzle-1.lisp @@ -1,4 +1,4 @@ -(defvar input (uiop:read-file-string "2022/1-input")) +(defvar input (uiop:read-file-string "1-input")) (defvar *sep (format nil "~%~%")) |