Created
September 25, 2017 06:45
-
-
Save peterbarraud/af83d7b8dcdc7f06860caf32bd4531ad to your computer and use it in GitHub Desktop.
void main in c++
This file contains 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
#include<iostream.h> | |
void main() { | |
cout<<"Allo, allo"; | |
return; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment