4 lines
67 B
Common Lisp
4 lines
67 B
Common Lisp
(defun helloworld ()
|
|
(format t "Hello, World!~%"))
|
|
|
|
(helloworld)
|