Skip to content

Instantly share code, notes, and snippets.

@devdave
Created March 8, 2013 15:17
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 devdave/5117141 to your computer and use it in GitHub Desktop.
Save devdave/5117141 to your computer and use it in GitHub Desktop.
Eh, it's going to take a while to relearn c++
/*
* File: main.cpp
* Author: dward
*
* Created on March 8, 2013, 8:13 AM
*/
#include <cstdlib>
#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