Add '.ext/cfd/' from commit 'e370d22add00480a67fd028c0e7d3148737fe484'
[runlisp] / bench / t.py
1 #! /usr/bin/python
2
3 import sys as SYS
4
5 print("""\
6 Hello from Python!
7 Script = `%s'
8 Arguments = (%s)""" %
9 (SYS.argv[0], ", ".join("`%s'" % arg for arg in SYS.argv[1:])))