We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71317c5 commit c27c8c2Copy full SHA for c27c8c2
CritLang/sieve.crit
@@ -6,7 +6,7 @@ rounds = 25000;
6
i = 0;
7
8
9
-while i < rounds {
+until i > rounds {
10
total[i] = true;
11
i += 1;
12
}
0 commit comments