Skip to content

Instantly share code, notes, and snippets.

@cyrildiagne
Created June 8, 2012 12:32
Show Gist options
  • Save cyrildiagne/2895385 to your computer and use it in GitHub Desktop.
Save cyrildiagne/2895385 to your computer and use it in GitHub Desktop.
Hello World
int main( )
{
cout << "Hello World :)" << endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment