diff options
Diffstat (limited to '2022/puzzle-5.lisp')
-rw-r--r-- | 2022/puzzle-5.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/puzzle-5.lisp b/2022/puzzle-5.lisp index 70c6bb6..0bcbdf3 100644 --- a/2022/puzzle-5.lisp +++ b/2022/puzzle-5.lisp @@ -1,4 +1,4 @@ -(defvar input (uiop:read-file-string "2022/5-input")) +(defvar input (uiop:read-file-string "5-input")) ;; When we get two newlines, it means the end of the initial state and |