GitHub_collection_hello-world/c/Common Lisp.lisp
Richie Bendall dad1ce8fa0
Meta tweaks
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2021-02-17 17:39:48 +13:00

7 lines
83 B
Common Lisp

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