Skip to content

Instantly share code, notes, and snippets.

@DaDanny
Created December 31, 2013 04:52
Show Gist options
  • Save DaDanny/8192778 to your computer and use it in GitHub Desktop.
Save DaDanny/8192778 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main() {
cout << "test" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment