diff --git a/hello.cpp b/hello.cpp index e18609e..b7231eb 100644 --- a/hello.cpp +++ b/hello.cpp @@ -5,5 +5,6 @@ using namespace std; int main() { cout << "hello world!" << endl; + cout << "基尼太没" << endl; return 0; } \ No newline at end of file