第一篇博客 zikun 2023-11-22 test hello world! #include <iostream> using namespace std; int main() { cout << "hello world!" << endl; return 0; }