mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 04:07:46 +01:00
8 lines
132 B
C
8 lines
132 B
C
{
|
|
for (int c0 = 3; c0 <= 24; c0 += 3)
|
|
S2(c0, c0 / 3);
|
|
S1(25);
|
|
for (int c0 = 27; c0 <= 100; c0 += 3)
|
|
S2(c0, c0 / 3);
|
|
}
|