c++ hello word

c++ hello word

#include <iostream>
using namespace std;

int main()
{
    cout << "Hello,World!\n";
    return 0;
}
       

posted on 2019-03-12 23:14 luoganttcc 阅读(...) 评论(...) 编辑 收藏

posted @ 2022-08-19 22:54  luoganttcc  阅读(14)  评论(0)    收藏  举报