about summary refs log blame commit diff stats
path: root/chello.lisp
blob: 7722770f8c94351de25af1017a33b180c3916f10 (plain) (tree)
1
2
3
4


                                               
      
#!/usr/local/bin/sbcl --script

(format *standard-output* "~A~%" "Hello world")
(quit)