mirror of
https://github.com/RPCSX/mbuild.git
synced 2026-01-31 01:05:17 +01:00
Change-Id: I46fee8c26c422e5349e0d542ebd575d0b942d0bb (cherry picked from commit 3c3b4680b6f0dcf27fe0690307a1656ed3bf13bb)
5 lines
106 B
Python
Executable File
5 lines
106 B
Python
Executable File
#!/usr/bin/env python
|
|
from __future__ import print_function
|
|
for i in range(0,1000*1000*100):
|
|
print(i)
|