diff options
Diffstat (limited to '2022/puzzle-6.lisp')
-rw-r--r-- | 2022/puzzle-6.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/puzzle-6.lisp b/2022/puzzle-6.lisp index b3fa458..8869495 100644 --- a/2022/puzzle-6.lisp +++ b/2022/puzzle-6.lisp @@ -1,4 +1,4 @@ -(defvar input (with-input-from-string (s (uiop:read-file-string "2022/6-input")) +(defvar input (with-input-from-string (s (uiop:read-file-string "6-input")) (read-line s nil))) (defun is-unique (lst) |