mirror of https://github.com/nodejs/node.git
5 lines
38 B
C
5 lines
38 B
C
|
int f();
|
||
|
int main() {
|
||
|
return f();
|
||
|
}
|