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-3.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2022/puzzle-3.lisp') diff --git a/2022/puzzle-3.lisp b/2022/puzzle-3.lisp index c5ee3d3..e2e17cc 100644 --- a/2022/puzzle-3.lisp +++ b/2022/puzzle-3.lisp @@ -1,4 +1,4 @@ -(defvar input (uiop:read-file-string "2022/3-input")) +(defvar input (uiop:read-file-string "3-input")) (defun split-string-in-two (s) (let ((len (length s))) -- cgit v1.2.3-13-gbd6f