installed pty
[VSoRC/.git] / node_modules / node-pty / deps / winpty / misc / Spew.py
1 #!/usr/bin/env python
2 i = 0;
3 while True:
4     i += 1
5     print(i)