mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
2 lines
64 B
Common Lisp
2 lines
64 B
Common Lisp
(defsystem "hello-lisp"
|
|
:components ((:file "hello-lisp")))
|