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

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