Helloworld(C++语言)

#include<iostream>

using namespace std;

int main()

{

  cout<<"Helloworld";

  return 0;

}

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