HELLO-WORLD

一个存储库 #include int main() { std::cout<<"HELLO WORLD"<<std::endl; return 0; }