3 lines
58 B
Common Lisp
3 lines
58 B
Common Lisp
(defun hello-lisp ()
|
|
(format t "hello-lisp!~%")
|
|
:foo)
|