Skip to content

Instantly share code, notes, and snippets.

@felton
Created November 29, 2008 08:06
Show Gist options
  • Save felton/30211 to your computer and use it in GitHub Desktop.
Save felton/30211 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main(int argc, char *argv[]){
cout<<"Hello World"<<endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment