hence/examples/test.lisp

7 lines
112 B
Common Lisp
Raw Normal View History

2022-07-17 18:24:49 +00:00
(module test
"Main module"
(defun main ()
"Program entrypoint"
(let ((x (+ 40 2))))
(debug x)))