Created
March 8, 2013 15:17
-
-
Save devdave/5117141 to your computer and use it in GitHub Desktop.
Eh, it's going to take a while to relearn c++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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