8 lines
53 B
C
8 lines
53 B
C
|
int main(){
|
||
|
for(;;)
|
||
|
}
|
||
|
|
||
|
int foo(){
|
||
|
while(1)
|
||
|
}
|