6 lines
72 B
Text
6 lines
72 B
Text
|
|
int program(int argc, string[] argv) {
|
||
|
|
while (3) {
|
||
|
|
}
|
||
|
|
return 0;
|
||
|
|
}
|