Added Common Lisp Bits & Pieces.
This commit is contained in:
BIN
Common-Lisp-Bits-And-Pieces/Chapter-02/hello-world.fasl
Normal file
BIN
Common-Lisp-Bits-And-Pieces/Chapter-02/hello-world.fasl
Normal file
Binary file not shown.
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