index
:
honours
master
My honours project from 2012.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
impl
/
systems
/
generate-long.py
blob: 5040adfa189f7e6d55636eb0477dded32d511a06 (
about
) (
plain
)
1
2
3
print 'x0 = 0' for i in xrange(100000): print 'x' + str(i+1) + " = x" + str(i)