ecl/examples/embed/hello-lisp.asd
2013-05-28 23:07:05 +02:00

2 lines
64 B
Common Lisp

(defsystem "hello-lisp"
:components ((:file "hello-lisp")))