Source code

Revision control

Copy as Markdown

Other Tools

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