RosettaCodeData/Task/Parallel-calculations/Zkl/parallel-calculations-2.zkl
2017-09-25 22:28:19 +02:00

3 lines
204 B
Text

factorize(12757923,12878611,12757923,15808973,15780709,197622519).println();
// do a bunch so I can watch the system monitor
factorize( (0).pump(5000,List,fcn{(1000).random() }).xplode() ).println();