Skip to content

Instantly share code, notes, and snippets.

@liuhuajin
Created July 7, 2014 03:36
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 liuhuajin/0037b9f95b11b93dced8 to your computer and use it in GitHub Desktop.
Save liuhuajin/0037b9f95b11b93dced8 to your computer and use it in GitHub Desktop.
my first test for gist
#include<iostream>
using namespace std;
int main()
{
cout << "this is the first use of gist." << endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment