c++的第一个程序-Helloworld

第一个程序

  

#include<iostream>
using namespace std;

int main()
{
      cout<<"Helloworld"<<endl;
      return 0;      
}

  

posted @ 2020-01-11 17:34  Aiden_Shao  阅读(373)  评论(0编辑  收藏  举报