hence/examples/test.lisp

6 lines
112 B
Common Lisp

(module test
"Main module"
(defun main ()
"Program entrypoint"
(let ((x (+ 40 2))))
(debug x)))