mirror of
https://github.com/Arvanaghi/CheckPlease
synced 2026-06-08 10:25:16 +00:00
5 lines
107 B
Python
5 lines
107 B
Python
import multiprocessing
|
|
import sys
|
|
|
|
if multiprocessing.cpu_count() >= float(sys.argv[1]):
|
|
print("Proceed!") |