Source code

Revision control

Copy as Markdown

Other Tools

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