初来乍到第一次使用简书 #include<iostream> int main(){ std::cout<<"Hello world"<<std::endl; return 0; } echo "hello world" EOF