#!/usr/local/bin/sbcl (defun test () (print "hello")) (test)