6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
void main() {
|
||
|
for (int x = 0; x < 4; ) {
|
||
|
break;
|
||
|
}
|
||
|
}
|