OILS
/
opy
/
testdata
/ hello_py2_print.py
View on Github
|
oilshell.org
4 lines, 2 significant
1
#!/usr/bin/env python2
2
3
import sys
4
print >>sys.stderr,
'hi'