2024-08-19 00:34:28 +02:00

7 lines
49 B
C++

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