1 #include<iostream> 2 int main() { 3 std::cout<<"Hello world!\n"; 4 }
Hello world
原文:https://www.cnblogs.com/thhyj/p/11123000.html