7 lines
88 B
C
7 lines
88 B
C
void f();
|
|
void stop() {}
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
f();
|
|
return 0;
|
|
}
|