Hello World!

[code lang="cpp"] #include <iostream> using namespace std; int main() { cout << "helloworld!" <<endl; return 0; } [/code] [music-player]

原文地址:https://www.cnblogs.com/jh818012/p/3182673.html