Did stuff

This commit is contained in:
Dominic Grimm 2022-07-20 14:24:38 +02:00
parent dd23759f85
commit 2def36a617
No known key found for this signature in database
GPG key ID: A6C051C716D2CE65
13 changed files with 220 additions and 23 deletions

View file

@ -1,7 +1,5 @@
;; test module
(module test
"Main module"
(defun main ()
"Program entrypoint"
(let ((x (+ 40 2))))
(debug x)))
;; main function
(defun main ()
"Program entrypoint"
(let ((x (+ 40 2))))
(debug x))