About me

My name is Hongbo Wu(吴弘博). I’m a student

#include<iostream>

using namespace std;

int main()
{
  cout << "hello world!";
  return 0;
}