0%

你好,世界

第一篇博客

花了好长时间终于配好了…

让我试一下

行内公式

以及代码高亮:

1
2
3
4
5
6
#include <cstdio>

int main() {
printf("hello, world!");
return 0;
}