From 8414d540e9032f5f4b294da8329c82f37ce3147a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 16 Dec 2024 04:04:17 +0100 Subject: Use ~d instead of ~a --- 2019/05/puzzles.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2019/05') diff --git a/2019/05/puzzles.lisp b/2019/05/puzzles.lisp index e81b352..1d42479 100644 --- a/2019/05/puzzles.lisp +++ b/2019/05/puzzles.lisp @@ -2,7 +2,7 @@ (load "../interpreter.lisp") -(format t "~a~%" (car (last (intcode:run (intcode:parse "input") +(format t "~d~%" (car (last (intcode:run (intcode:parse "input") ;; START PART 1 '(1) ;; END PART 1 START PART 2 -- cgit v1.2.3