diff options
Diffstat (limited to '2022/README.org')
-rw-r--r-- | 2022/README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/README.org b/2022/README.org index c12fa40..34bc12b 100644 --- a/2022/README.org +++ b/2022/README.org @@ -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 |