测试 Hello world 下面是代码段落测试: #include <iostream> using namespace std; int main() { cout << "Hello, world!" << endl; return 0; } 测试结束。