OILS
/
opy
/
testdata
/ speed_main.py
View on Github
|
oilshell.org
6 lines, 4 significant
1
#!/usr/bin/env python2
2
import sys
3
import speed
4
5
n = int(sys.argv[1])
6
speed.do_sum(n)