summaryrefslogtreecommitdiff
path: root/impl/systems/generate-long.py
blob: 210ba1e8d18a174e51b066832716e044efae8361 (about) (plain)
1
2
3
4

print 'x0 = 0'
for i in xrange(100000):
  print 'x' + str(i+1) + " = x" + str(i)