2018-08-22 01:37:32 -03:00

7 lines
65 B
Common Lisp
Executable File

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