diff --git a/c/Common Lisp.lisp b/c/Common Lisp.lisp index 4300609..027b536 100644 --- a/c/Common Lisp.lisp +++ b/c/Common Lisp.lisp @@ -1,5 +1,3 @@ -;; Common Lisp - (defun hello-world () (format t "Hello World~%"))