Created
December 7, 2017 11:39
-
-
Save martinomburajr/6d4bbae72acb08129de673c9095a657f to your computer and use it in GitHub Desktop.
D programming language main method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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