#!/usr/local/bin/sbcl --script (defun main () (format *standard-output* "~A~%" "Hello world") (quit)) (main)