Added Lisp Hello Word

This commit is contained in:
Bradly Feeley
2008-07-26 13:15:39 -07:00
parent 56ee2e0b45
commit b486a9806f

4
l/lisp.lsp Normal file
View File

@@ -0,0 +1,4 @@
; LISP
(DEFUN HELLO-WORLD ()
(PRINT (LIST 'HELLO 'WORLD))
)