From 14f428b3a38d0fb1a04de13055e08fc2a4536397 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 27 Jun 2023 23:53:16 +0100 Subject: (*)~changed to relative file naming --- 2022/puzzle-6.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2022/puzzle-6.lisp') diff --git a/2022/puzzle-6.lisp b/2022/puzzle-6.lisp index b3fa458..8869495 100644 --- a/2022/puzzle-6.lisp +++ b/2022/puzzle-6.lisp @@ -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) -- cgit v1.2.3-13-gbd6f