📝 Update documents

This commit is contained in:
Kim Yang
2020-08-05 22:19:32 +08:00
parent 54d696e6d1
commit 9c52e56077
5 changed files with 28 additions and 5 deletions

View File

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