diff --git a/l/lisp.lsp b/l/lisp.lsp new file mode 100644 index 00000000..f73945fe --- /dev/null +++ b/l/lisp.lsp @@ -0,0 +1,4 @@ +; LISP +(DEFUN HELLO-WORLD () + (PRINT (LIST 'HELLO 'WORLD)) +)