Skip to content

Instantly share code, notes, and snippets.

@csbuja
Created April 27, 2014 14:35
Show Gist options
  • Save csbuja/11347125 to your computer and use it in GitHub Desktop.
Save csbuja/11347125 to your computer and use it in GitHub Desktop.
test gist
#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