This commit is contained in:
cuicui 2024-12-07 20:12:08 +08:00
parent bdac8cb06d
commit 5ac88c0cf8

View File

@ -5,5 +5,6 @@ using namespace std;
int main() { int main() {
cout << "hello world!" << endl; cout << "hello world!" << endl;
cout << "hello too!" << endl;
return 0; return 0;
} }