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