mirror of
https://github.com/RPCSX/mbuild.git
synced 2026-01-31 01:05:17 +01:00
5 lines
68 B
Python
Executable File
5 lines
68 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
for i in range(0,1000*1000*100):
|
|
print i
|