Added lisp along with some study work
This commit is contained in:
5
lisp/hello-world/hello-world.lisp
Normal file
5
lisp/hello-world/hello-world.lisp
Normal file
@@ -0,0 +1,5 @@
|
||||
(defun hello-world ()
|
||||
(format t "hello, world"))
|
||||
|
||||
;Run function
|
||||
(hello-world)
|
Reference in New Issue
Block a user