7 lines
65 B
Common Lisp
Executable File
7 lines
65 B
Common Lisp
Executable File
; LISP
|
|
(DEFUN hello ()
|
|
(PRINT (LIST 'HELLO 'WORLD))
|
|
)
|
|
|
|
(hello)
|