Hello! World!

H1

H2

H3

H4

H5

strong

link

Hello! World!

#include<bits/stdc++.h>
using namespace std;
int main() {
    cout << "Hello! World!\n";
    return 0;
}

声明

本博客主题参考了这位大佬的博客