OILS
/
benchmarks
/
compute
/ hello.py
View on Github
|
oilshell.org
4 lines, 2 significant
1
#!/usr/bin/env python2
2
from __future__ import print_function
3
4
print(
'hello'
)