Hello world

 1 #include "stdafx.h"
 2 #include <iostream>
 3 
 4 using namespace std;
 5 
 6 int _tmain(int argc, _TCHAR* argv[])
 7 {
 8     cout << "Hello world!" << endl;
 9     system("pause");
10 }

 

posted @ 2015-03-06 15:06  icuic  阅读(143)  评论(0编辑  收藏  举报