Added Common Lisp Bits & Pieces.
This commit is contained in:
4
Common-Lisp-Bits-And-Pieces/Chapter-02/hello-world.lisp
Normal file
4
Common-Lisp-Bits-And-Pieces/Chapter-02/hello-world.lisp
Normal file
@ -0,0 +1,4 @@
|
||||
(defun hello-world ()
|
||||
(format t "Hello, world!"))
|
||||
|
||||
(hello-world)
|
Reference in New Issue
Block a user