Source code

Revision control

Copy as Markdown

Other Tools

int main(int argc, char* argv[]) {
if (argc != 1) return -1;
return 42;
}