Skip to content

Commit c27c8c2

Browse files
Update the sieve example
1 parent 71317c5 commit c27c8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CritLang/sieve.crit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rounds = 25000;
66
i = 0;
77

88

9-
while i < rounds {
9+
until i > rounds {
1010
total[i] = true;
1111
i += 1;
1212
}

0 commit comments

Comments
 (0)