Hello World

Author Avatar
RhInEs-liao 4月 02, 2020
  • 在其它设备中阅读本文章

First blog on 2020;

Welcome to my own blog–RhInEs’ blog.

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