diff options
| author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-06-27 23:53:16 +0100 | 
|---|---|---|
| committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-17 14:14:38 +0100 | 
| commit | 14f428b3a38d0fb1a04de13055e08fc2a4536397 (patch) | |
| tree | 4cf89b0b268ee34c00b6ee41eb2d6a5c71ec8fc1 /2022/puzzle-4.lisp | |
| parent | 2013cb4f5fbb2aae4d4e7c15491f7aa4f8fcb1a1 (diff) | |
| download | advent-of-code-14f428b3a38d0fb1a04de13055e08fc2a4536397.tar.gz advent-of-code-14f428b3a38d0fb1a04de13055e08fc2a4536397.tar.bz2 advent-of-code-14f428b3a38d0fb1a04de13055e08fc2a4536397.zip | |
(*)~changed to relative file naming
Diffstat (limited to '2022/puzzle-4.lisp')
| -rw-r--r-- | 2022/puzzle-4.lisp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/2022/puzzle-4.lisp b/2022/puzzle-4.lisp index 04c7bfb..e0d4469 100644 --- a/2022/puzzle-4.lisp +++ b/2022/puzzle-4.lisp @@ -4,7 +4,7 @@  ;; and since we're working with integers, it's simply checking if the  ;; bounds are included i.e. c in [a,b] and d in [a,b] -(defvar input (uiop:read-file-string "2022/4-input")) +(defvar input (uiop:read-file-string "4-input"))  (defun parse-bound (str)    "Given STR=\"a-b\" return (a b)" | 
