Skip to content

Instantly share code, notes, and snippets.

@hoop4848
Created May 29, 2015 21:35
Show Gist options
  • Save hoop4848/d85c3e883a7038dd9bd4 to your computer and use it in GitHub Desktop.
Save hoop4848/d85c3e883a7038dd9bd4 to your computer and use it in GitHub Desktop.
My First - WTF am I even doing?
#include <string>
using namespace std;
int main(){
cout << "If someone sees this, I have no idea what I'm even doing..." << endl;
return (0);
}
@jhKISS
Copy link

jhKISS commented May 29, 2015

Congratulation!

@simrandotdev
Copy link

You did it mate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment