Added Lisp Hello Word
This commit is contained in:
4
l/lisp.lsp
Normal file
4
l/lisp.lsp
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
; LISP
|
||||||
|
(DEFUN HELLO-WORLD ()
|
||||||
|
(PRINT (LIST 'HELLO 'WORLD))
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user