Create 1572.cpp

pull/20/head
KiritoTRw 2016-05-26 07:54:05 +08:00
parent b66dd09462
commit cbdd2380df
1 changed files with 9 additions and 0 deletions

9
QUSTOJ/1572.cpp Normal file
View File

@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello,World!" << endl;
return 0;
}