From 3d8c64554157be723f555fc0dfb6652370e25316 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 9 Jul 2023 13:27:12 +0100 Subject: ~test --- 2022/puzzle-5.lisp | 1 + 1 file changed, 1 insertion(+) (limited to '2022') 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)) -- cgit v1.2.3-13-gbd6f