2024-08-19 00:33:31 +02:00

7 lines
43 B
C++

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