Fix Common Lisp (#1051)

This commit is contained in:
MrBrain295 2021-06-06 07:02:46 -05:00 committed by GitHub
parent 8c5648e763
commit 840b247706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
;; Common Lisp
(defun hello-world ()
(format t "Hello World~%"))