about summary refs log tree commit diff stats
path: root/chello.lisp
blob: 7722770f8c94351de25af1017a33b180c3916f10 (plain) (blame)
1
2
3
4
#!/usr/local/bin/sbcl --script

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