我的第一篇博客


使用Hexo写的入门博客,包括

  • 图片展示
  • 代码插入
  • 视频播放


1
2
3
4
5
6
7
#include <stdio.h>

int main()
{

printf("Hello World!\n");
return 0;
}