GitHub_collection_hello-world/c/common-lisp.lisp
2018-08-22 01:37:32 -03:00

5 lines
68 B
Common Lisp
Executable File

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