第一篇博客

1
2
3
4
5
6
7
8
#include<bits/stdc++>
using namespace std;
int main()
{
cout<<"Hello World!";
return 0;
}