Simplify Common Lisp (#1361)

This commit is contained in:
dumrich
2022-10-15 06:58:22 -04:00
committed by GitHub
parent 177cb7bc97
commit 97acde1819

View File

@@ -1,4 +1 @@
(defun hello-world ()
(format t "Hello World~%"))
(hello-world)
(print "Hello World")