diff options
Diffstat (limited to '2022/puzzle-5.lisp')
-rw-r--r-- | 2022/puzzle-5.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2022/puzzle-5.lisp b/2022/puzzle-5.lisp index 09be798..38c884e 100644 --- a/2022/puzzle-5.lisp +++ b/2022/puzzle-5.lisp @@ -1,5 +1,6 @@ (defvar input (uiop:read-file-string "2022/5-input")) + ;; When we get two newlines, it means the end of the initial state and ;; the start of instructions (defvar parse-separator (search (format nil "~%~%") input)) |