Skip to content

Instantly share code, notes, and snippets.

@peterbarraud
Created September 25, 2017 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbarraud/af83d7b8dcdc7f06860caf32bd4531ad to your computer and use it in GitHub Desktop.
Save peterbarraud/af83d7b8dcdc7f06860caf32bd4531ad to your computer and use it in GitHub Desktop.
void main in c++
#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