jpp/lab0/helloworld.lisp

4 lines
67 B
Common Lisp

(defun helloworld ()
(format t "Hello, World!~%"))
(helloworld)