5 lines
60 B
C
5 lines
60 B
C
int main() {
|
|
while (1) // break here
|
|
;
|
|
return 42;
|
|
}
|