5 lines
50 B
Text
5 lines
50 B
Text
|
class Main {
|
||
|
void main() {
|
||
|
while(false) {}
|
||
|
}
|
||
|
}
|