Added lisp along with some study work

This commit is contained in:
2017-06-23 02:16:42 -07:00
parent 0523d93916
commit 0d49347cb7
10 changed files with 496 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
(defun hello-world ()
(format t "hello, world"))
;Run function
(hello-world)