winpty/misc/Spew.py

6 lines
65 B
Python
Raw Normal View History

2011-11-19 10:26:48 +00:00
#!/usr/bin/env python
i = 0;
while True:
i += 1
print(i)