c++ helloworld

#include <iostream>

using namespace std;

int main() {

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

	system("pause");
	return 0;
}

  

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

导航