Added Common Lisp Bits & Pieces.

This commit is contained in:
2024-05-04 02:23:46 +01:00
parent a814a793a9
commit 13adc593f9
11 changed files with 359 additions and 0 deletions

View File

@ -0,0 +1,4 @@
(defun hello-world ()
(format t "Hello, world!"))
(hello-world)