(*)~changed to relative file naming

This commit is contained in:
2023-06-27 23:53:16 +01:00
parent 2013cb4f5f
commit 14f428b3a3
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ out that Common Lisps semantics around parsing are kinda weird.
To get input, use ~uiop:read-file-string~ (comes with ASDF,
quicklisp, so in most common lisp systems).
#+begin_src lisp
(defvar input (uiop:read-file-string "2022/1-input"))
(defvar input (uiop:read-file-string "1-input"))
#+end_src
Each "bag" in the data is separated by two newlines, so let's define