Skip to content

Instantly share code, notes, and snippets.

@YSMull
Last active August 29, 2015 13:56
Show Gist options
  • Save YSMull/9002232 to your computer and use it in GitHub Desktop.
Save YSMull/9002232 to your computer and use it in GitHub Desktop.
a C++ code for test!
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World!"<<endl;
return 0;
}
###hehe
@YSMull
Copy link
Author

YSMull commented Feb 14, 2014

hehe

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