Skip to content

Instantly share code, notes, and snippets.

@Fansion
Created April 27, 2015 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fansion/cf3e47477607ed6acfe1 to your computer and use it in GitHub Desktop.
Save Fansion/cf3e47477607ed6acfe1 to your computer and use it in GitHub Desktop.
test
#include <iostream>
using namespace std;
int main()
{
cout << "hello world!" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment