aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2024/10/puzzles.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/2024/10/puzzles.lisp b/2024/10/puzzles.lisp
index dcfcc7c..d67b075 100644
--- a/2024/10/puzzles.lisp
+++ b/2024/10/puzzles.lisp
@@ -38,4 +38,4 @@
(char= (aref lines i j) needs))
append (positions-of-nines lines i j)))))
-(format t "~a~%" (main "input")) \ No newline at end of file
+(format t "~d~%" (main "input")) \ No newline at end of file