6 lines
66 B
C
6 lines
66 B
C
![]() |
int foo();
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
return foo();
|
||
|
}
|