mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 13:53:01 -04:00
4 lines
77 B
Common Lisp
4 lines
77 B
Common Lisp
(define format _format)
|
|
|
|
(format #t "test ~D ~D ~D ~D ~D ~D~%" 1 2 3 4 5 6)
|
|
0 |