Helloworld

#include <iostream>

 using namespace std;

 int main()

 {

     cout<<"hello world!"<<endl;

     system("pause");

     return 0;

}

posted @ 2021-06-23 17:20  江南王小帅  阅读(31)  评论(0)    收藏  举报