5 lines
39 B
C
5 lines
39 B
C
|
extern void f();
|
||
|
int main() {
|
||
|
f();
|
||
|
}
|