我的第一篇博客

#include <iostream>
int main()
{
    using namespace std;
    cout << "HelloWorld" << endl;
    return 0;
}

 

posted @ 2019-04-28 19:31  付润豪  阅读(116)  评论(0)    收藏  举报
欢迎访问我的博客