#include <iostream> using namespace std; int main() { cout << "hello world!" << endl; system("pause"); return 0; }
c++ helloworld
原文:https://www.cnblogs.com/trip-j/p/11973965.html