winpty/misc/Spew.py
2012-04-01 02:13:21 -07:00

6 lines
65 B
Python

#!/usr/bin/env python
i = 0;
while True:
i += 1
print(i)