Files
linguist/samples/Common Lisp/hello.lisp
2015-04-11 19:24:01 +02:00

3 lines
34 B
Common Lisp

(DEFUN HELLO ()
(PRINT 'HELLO))