Merge pull request #335 from deanturpin/master

Update to call the function
This commit is contained in:
Mike Donaghy
2016-05-31 01:59:51 -05:00

View File

@@ -1,4 +1,6 @@
; LISP
(DEFUN HELLO-WORLD ()
(DEFUN hello ()
(PRINT (LIST 'HELLO 'WORLD))
)
(hello)