4 lines
62 B
Common Lisp
4 lines
62 B
Common Lisp
|
|
;; Project : Hello world/Text
|
||
|
|
|
||
|
|
(format t "~a" "Hello world!")
|