This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
holy_lisp_archive/src/test.lisp
2024-06-12 22:36:23 -05:00

8 lines
No EOL
57 B
Common Lisp

; This is a comment
(print
(add
1.0
(mul 2 3)
)
)