prime sieve timed loop

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

passes: 5
validated primes: 78498

Expected output

passes: 5
validated primes: 78498

Flows

subflow ~tick click a branch to expand · @labels scroll to their anchor
if (passes < limit)
subflow ~run click a branch to expand · @labels scroll to their anchor
#L tick (limit, passes: 0)
flow ~run click a branch to expand · @labels scroll to their anchor
run (limit: 5)

Test Configuration

MUST_RUN