Files
hello-world/l/lisp.lsp
2008-07-26 13:15:39 -07:00

5 lines
62 B
Common Lisp

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