Helloworld(C++语言)

#include<iostream>

using namespace std;

int main()

{

  cout<<"Helloworld";

  return 0;

}

posted @ 2016-06-29 12:34  李香兰-javaee程序媛  阅读(186)  评论(0编辑  收藏  举报