Helloworld stephenrui's hello world #include int main() { std::cout<<"hello world"<<std::endl; return 0 }