2 lines
64 B
Common Lisp
2 lines
64 B
Common Lisp
(defsystem "hello-lisp"
|
|
:components ((:file "hello-lisp")))
|