(*)~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

@@ -1,4 +1,4 @@
(defvar input (uiop:read-file-string "2022/2-input"))
(defvar input (uiop:read-file-string "2-input"))
;; Each newline represents a new round, which we should parse on the go
(defun sensible-convert-input (str)