This commit is contained in:
2023-07-09 13:27:12 +01:00
parent 893abb4f26
commit 3d8c645541

View File

@@ -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))