compiler-lightning/example.lisp
2025-02-03 18:35:31 +13:00

4 lines
70 B
Common Lisp

(puts "hello world!")
(printf "hello %d" 12345)
(putchar 10)
(exit 0)