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-1.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2022/puzzle-1.lisp') diff --git a/2022/puzzle-1.lisp b/2022/puzzle-1.lisp index a53b599..46fd7a0 100644 --- a/2022/puzzle-1.lisp +++ b/2022/puzzle-1.lisp @@ -1,4 +1,4 @@ -(defvar input (uiop:read-file-string "2022/1-input")) +(defvar input (uiop:read-file-string "1-input")) (defvar *sep (format nil "~%~%")) -- cgit v1.2.3-13-gbd6f