4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
void main() {
|
||
|
for (int x=0; x<10; ++x) float s = sqrt(4);
|
||
|
}
|