My First Blog

Posted by QingJun's Blog on September 20, 2020

This is my first blog

1
2
3
4
5
6
7
#include <iostream>
using namespace std;

int main(void){
    cout << "This is my first blog" << endl;
    return 0;
}

Hello World! 2020-9-20,我开始折腾这个博客,并没有什么明确的目的,只是作为一个 CS 在读的大学生的瞎折腾,随意分享些我想分享的东西。