欢迎来到我的博客

这是我的第一篇文章,使用 Org-roam + Hugo 生成!

Org Mode 的一些特性

  • 列表
    • test1
    • test2
    • test3
  • 表格
    col1col2
    testtest2
    test3test4
  • 代码块
      #include <stdio.h>
    
      int main(){
          printf("Hello, world!");
          return 0;
      }