From a7ad1d1097f08554d09da1885dff40760f44e34d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 10 Dec 2024 21:33:44 +0100 Subject: Use the proper format specifier --- 2024/10/puzzles.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3