输出Hello World!

#include<iostream>

using namespace std;

int main()

{

          cout<<"hello world!";

          return 0;

}

posted @ 2021-09-16 16:04  Leeeeeeeeeeeeee  阅读(31)  评论(0)    收藏  举报