Skip to content

Commit

Permalink
Update LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuanqi authored Apr 23, 2017
0 parents commit be5f1f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include<iostream>
using namespace std;

int main()
{
cout<<"Hello World"<<endl;
return 0;
}

0 comments on commit be5f1f9

Please sign in to comment.