Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Created December 7, 2017 11:39
Show Gist options
  • Select an option

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

Select an option

Save martinomburajr/6d4bbae72acb08129de673c9095a657f to your computer and use it in GitHub Desktop.
D programming language main method
void main();
void main(string[] args);
int main();
int main(string[] args);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment