5 lines
62 B
Common Lisp
5 lines
62 B
Common Lisp
; LISP
|
|
(DEFUN HELLO-WORLD ()
|
|
(PRINT (LIST 'HELLO 'WORLD))
|
|
)
|