blog博客示例

摘要

本博客用来记录学习过程中的一些笔记和思考

C++代码示例:

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

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

作者:鹦鹉墙
2018.3.16