aboutsummaryrefslogtreecommitdiff
path: root/2019/05
diff options
context:
space:
mode:
Diffstat (limited to '2019/05')
-rw-r--r--2019/05/puzzles.lisp2
1 files changed, 1 insertions, 1 deletions
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