From 46ca8e93c2d222a765b3bdff993e1dc4edf4975e Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Sat, 11 Apr 2015 19:10:00 +0200 Subject: [PATCH] New upper-case sample for Common Lisp. --- samples/Common Lisp/hello.lisp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 samples/Common Lisp/hello.lisp diff --git a/samples/Common Lisp/hello.lisp b/samples/Common Lisp/hello.lisp new file mode 100644 index 00000000..642cdd29 --- /dev/null +++ b/samples/Common Lisp/hello.lisp @@ -0,0 +1,2 @@ +(DEFUN HELLO () + (PRINT 'HELLO))