Created
May 29, 2015 21:35
-
-
Save hoop4848/d85c3e883a7038dd9bd4 to your computer and use it in GitHub Desktop.
My First - WTF am I even doing?
This file contains 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
#include <string> | |
using namespace std; | |
int main(){ | |
cout << "If someone sees this, I have no idea what I'm even doing..." << endl; | |
return (0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Congratulation!