2016-05-24 00:13:01 +01:00

7 lines
65 B
Common Lisp

; LISP
(DEFUN hello ()
(PRINT (LIST 'HELLO 'WORLD))
)
(hello)