hence/examples/test.lisp

6 lines
91 B
Common Lisp
Raw Normal View History

2022-07-20 12:24:38 +00:00
;; main function
(defun main ()
"Program entrypoint"
(let ((x (+ 40 2))))
(debug x))