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.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chello.lisp b/chello.lisp
index 55b5999..7722770 100755
--- a/chello.lisp
+++ b/chello.lisp
@@ -1,3 +1,4 @@
 #!/usr/local/bin/sbcl --script
 
 (format *standard-output* "~A~%" "Hello world")
+(quit)