RUNOOB.COM
源代码:
点击运行
#include <iostream> using namespace std; int main() { cout << "Hello, world!" << endl; return 0; }
运行结果