第一篇博客,也不知道写点什么好

就先写一句最经典的吧

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

Hello,World!