C++程序--helloworld

#include<iostream>
using namespace std;

int main()
{
cout << "hello world!" << endl;//输出"hello world!"
system("pause");
return 0;

}

posted @ 2020-02-24 10:31  Jackie_Wang  阅读(400)  评论(0编辑  收藏  举报