aboutsummaryrefslogtreecommitdiff
path: root/2022/puzzle-5.lisp
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-07-09 13:27:12 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-07-09 13:27:12 +0100
commit3d8c64554157be723f555fc0dfb6652370e25316 (patch)
treeba8defc36c129b0c69b064082b9bf09646c2cc0c /2022/puzzle-5.lisp
parent893abb4f263ad3d04e6d8fe090375502b036a074 (diff)
downloadadvent-of-code-3d8c64554157be723f555fc0dfb6652370e25316.tar.gz
advent-of-code-3d8c64554157be723f555fc0dfb6652370e25316.tar.bz2
advent-of-code-3d8c64554157be723f555fc0dfb6652370e25316.zip
~test
Diffstat (limited to '2022/puzzle-5.lisp')
-rw-r--r--2022/puzzle-5.lisp1
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))