Skip to content
xijing edited this page Sep 9, 2025 · 1 revision

Welcome to the docs wiki!


文档格式说明

  1. bash 代码块中命令前缀统一要求如下:
$  引导代表以普通用户运行代码行
#  引导为注释
无前导为输出
  1. 代码块内部不要缩进,比如:
  • 推荐:
#include <stdio.h>
  • 不推荐:
    #include <stdio.h>

Clone this wiki locally