diff options
Diffstat (limited to 'chello.lisp')
-rwxr-xr-x | chello.lisp | 1 |
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) |