hence/examples/test.lisp
2022-07-20 14:24:38 +02:00

6 lines
91 B
Common Lisp

;; main function
(defun main ()
"Program entrypoint"
(let ((x (+ 40 2))))
(debug x))