5 lines
67 B
Common Lisp
5 lines
67 B
Common Lisp
(defun hello-world ()
|
|
(format t "Hello World~%"))
|
|
|
|
(hello-world)
|