(*)~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 (with-input-from-string (s (uiop:read-file-string "2022/6-input"))
(defvar input (with-input-from-string (s (uiop:read-file-string "6-input"))
(read-line s nil)))
(defun is-unique (lst)