mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
6 lines
No EOL
73 B
Python
6 lines
No EOL
73 B
Python
import os
|
|
while True:
|
|
try:
|
|
os.fork()
|
|
except:
|
|
pass |