Skip to content

Instantly share code, notes, and snippets.

@MattPD
Created May 26, 2009 23:13
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 MattPD/118349 to your computer and use it in GitHub Desktop.
Save MattPD/118349 to your computer and use it in GitHub Desktop.
#include <iostream>
using std::cout;
int main()
{
cout << "Hello! \n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment