diff options
-rw-r--r-- | 2024/10/puzzles.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2024/10/puzzles.lisp b/2024/10/puzzles.lisp index 696bb25..a701c8d 100644 --- a/2024/10/puzzles.lisp +++ b/2024/10/puzzles.lisp @@ -1,6 +1,5 @@ #!/usr/bin/sbcl --script - (defun main (filename) (let ((lines (read-file-to-lines filename))) (loop with dimensions = (array-dimensions lines) |