Add '.ext/cfd/' from commit 'e370d22add00480a67fd028c0e7d3148737fe484'
[runlisp] / bench / t.lisp
1 #! /usr/bin/runlisp
2
3 (format t "Hello from ~A!~%~
4 Script = `~A'~%~
5 Arguments = (~{`~A'~^, ~})~%"
6 (lisp-implementation-type)
7 (uiop:argv0)
8 uiop:*command-line-arguments*)