Merge pull request #292 from e40/master

Add Common Lisp example
This commit is contained in:
Mike Donaghy
2017-02-12 16:09:33 -06:00
committed by GitHub

4
c/common-lisp.lisp Normal file
View File

@@ -0,0 +1,4 @@
;; Common Lisp
(defun hello-world ()
(format t "Hello World~%"))