GitHub_collection_hello-world/c/Common Lisp.lisp
2021-06-07 00:02:46 +12:00

5 lines
67 B
Common Lisp

(defun hello-world ()
(format t "Hello World~%"))
(hello-world)