c++ helloworld

#include <iostream>

using namespace std;

int main() {

	cout << "hello world!" << endl;

	system("pause");
	return 0;
}

  

posted on 2019-12-02 23:24  吉格斯  阅读(293)  评论(0编辑  收藏  举报

导航