6
c/Common Lisp.lisp
Normal file
6
c/Common Lisp.lisp
Normal file
@@ -0,0 +1,6 @@
|
||||
;; Common Lisp
|
||||
|
||||
(defun hello-world ()
|
||||
(format t "Hello World~%"))
|
||||
|
||||
(hello-world)
|
||||
Reference in New Issue
Block a user