Torsten
6b1c316f04
fiddled with run numbers a bit recording times with noop removed results slightly worse than hoped
8 lines
83 B
C
8 lines
83 B
C
int main(void)
|
|
{
|
|
int counter = 1000000;
|
|
while(counter) {
|
|
counter -= 1;
|
|
}
|
|
}
|