Update Common-Lisp (#608)
* Added a function call and ~& to start a new line before printing "Hello World" * Don't print initial newline Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
(defun hello-world ()
|
(defun hello-world ()
|
||||||
(format t "Hello World~%"))
|
(format t "Hello World~%"))
|
||||||
|
|
||||||
|
(hello-world)
|
||||||
|
|||||||
Reference in New Issue
Block a user