aboutsummaryrefslogtreecommitdiff
path: root/2024
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-12-10 21:03:41 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-12-10 21:03:41 +0100
commitd4e92440d680ae307b774c88f45dea34832e5c54 (patch)
treea04351c7ec21e3f6465c2537334c5db55700cb8e /2024
parent4f2af8b54b567471714dc117f6a93189573d6717 (diff)
Remove a newline
Diffstat (limited to '2024')
-rw-r--r--2024/10/puzzles.lisp1
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)