From d28aee9b213f03cf77f0e18d938e3dd36cf266b8 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:46:27 -0300 Subject: [PATCH] Added ISLISP --- i/ISLISP.lisp | 1 + 1 file changed, 1 insertion(+) create mode 100644 i/ISLISP.lisp diff --git a/i/ISLISP.lisp b/i/ISLISP.lisp new file mode 100644 index 00000000..034255c5 --- /dev/null +++ b/i/ISLISP.lisp @@ -0,0 +1 @@ +(format (standard-output) "Hello, world!")