Parallel calculations: Difference between revisions

m
Changed one indentation.
m (Changed one indentation.)
Line 1,270:
var responses: array[Numbers.len, FlowVar[int64]]
for i, n in Numbers:
responses[i] = spawn lowestFactor(n)
 
# Read the results and find the largest minimum prime factor.
Anonymous user