HOME/Articles/

hello

Article Outline

hello

This is my first blog.

不会写英语硬要写英语的jy是屑

这是我的第一篇博客!

(象征性的写一个hello world)

#include <iostream>
using namespace std;
int main(){
  cout << "hello world";
  return 0;
}