OJ-Problems-Source/QUSTOJ/1572.cpp

10 lines
110 B
C++
Raw Normal View History

2016-05-26 07:54:05 +08:00
#include <iostream>
using namespace std;
int main()
{
cout << "Hello,World!" << endl;
return 0;
}