aboutsummaryrefslogtreecommitdiff
path: root/2022/puzzle-3.lisp
diff options
context:
space:
mode:
Diffstat (limited to '2022/puzzle-3.lisp')
-rw-r--r--2022/puzzle-3.lisp2
1 files changed, 1 insertions, 1 deletions
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)))