5 lines
61 B
C
5 lines
61 B
C
|
int main(int argc, char * argv[]) {
|
||
|
while (1);
|
||
|
return 0;
|
||
|
}
|