OILS
/
opy
/
gold
/ hello_py3.py
View on Github
|
oilshell.org
2 lines, 1 significant
1
#!/usr/bin/env python2
2
print(
"hi from Python 3"
)