mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 10:41:33 -08:00
3 lines
58 B
Common Lisp
3 lines
58 B
Common Lisp
(defun hello-lisp ()
|
|
(format t "hello-lisp!~%")
|
|
:foo)
|