2017-07-20 19:35:53 +02:00

7 lines
43 B
C

int foo();
int main()
{
return foo();
}