Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Created December 7, 2017 07:26
Show Gist options
  • Select an option

  • Save martinomburajr/dd0e3519b83127fa3d2ec5fff76e281b to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/dd0e3519b83127fa3d2ec5fff76e281b to your computer and use it in GitHub Desktop.
C++ main method
int main() {
return 0;
}
//or
int main(int argc, char* argv[]) {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment