Source code

Revision control

Copy as Markdown

Other Tools

#include <stdio.h>
int main() {
printf("Hello from main2.cc\n");
return 0;
}