7 lines
50 B
C++
7 lines
50 B
C++
|
extern int foo();
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return foo();
|
||
|
}
|