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; +}