Hello World!

#include<iostream>
using namespace std;
int main()
{
    cout<<"Hello, World!";
    return 0;
}

蒟蒻HNOIer来水博客了qwq

原文地址:https://www.cnblogs.com/zengruman/p/7774453.html