Did stuff
This commit is contained in:
parent
dd23759f85
commit
2def36a617
13 changed files with 220 additions and 23 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue