Files
XCTerminal/node_modules/node-pty/deps/winpty/misc/Spew.py
2026-03-21 20:26:20 +08:00

6 lines
65 B
Python

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