compiler-lightning/example.lisp
2024-07-21 02:21:39 +12:00

7 lines
No EOL
120 B
Common Lisp
Executable file

(print_str "hello world")
(print_num (add 10 20))
(printf "5 + (100 / 5) = %d\n"
(add 5
(divide 100 5)))