about summary refs log tree commit diff stats
path: root/chello.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'chello.lisp')
-rwxr-xr-xchello.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chello.lisp b/chello.lisp
new file mode 100755
index 0000000..55b5999
--- /dev/null
+++ b/chello.lisp
@@ -0,0 +1,3 @@
+#!/usr/local/bin/sbcl --script
+
+(format *standard-output* "~A~%" "Hello world")
a> 69 70 71 72 73 74 75 76 77 78