作为我新的博客的第一篇博客
当然要对世界说一声:

1
2
3
4
5
6
#include <bits/stdc++.h>

int main() {
std::cout << "Hello, world!" << endl;
return 0;
}