From cbdd2380df7d04e70ef29c503a894ebd8a487cc3 Mon Sep 17 00:00:00 2001 From: KiritoTRw <3021577574@qq.com> Date: Thu, 26 May 2016 07:54:05 +0800 Subject: [PATCH] Create 1572.cpp --- QUSTOJ/1572.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 QUSTOJ/1572.cpp diff --git a/QUSTOJ/1572.cpp b/QUSTOJ/1572.cpp new file mode 100644 index 0000000..77a6c0b --- /dev/null +++ b/QUSTOJ/1572.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello,World!" << endl; + return 0; +}