Skip to content

Instantly share code, notes, and snippets.

@EarlOfEgo
Created October 28, 2011 13:53
Show Gist options
  • Save EarlOfEgo/1322316 to your computer and use it in GitHub Desktop.
Save EarlOfEgo/1322316 to your computer and use it in GitHub Desktop.
test cpp
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment