Skip to content

Commit

Permalink
Fixed format string
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Nov 12, 2022
1 parent 3516660 commit 4b5f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


;; Instead of just (+ 1 2) we allow multiple args
(print "Our mathematical functions allow 2+ arguments, e.g: %s = %s"
(print "Our mathematical functions allow 2+ arguments, e.g: %s = %d"
(quote (+ 1 2 3 4 5 6)) (+ 1 2 3 4 5 6))


Expand Down

0 comments on commit 4b5f66c

Please sign in to comment.