docs(Philosophy): 重构 0.1 节文档结构,新增 GUI/CLI 与环境变量配置内容,完善文档内容,新增代码示例。

This commit is contained in:
2026-04-26 17:57:47 +08:00
parent 36ee26e588
commit 3859063355
2 changed files with 118 additions and 51 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <stdio.h>
int main()
{
printf("Hello World!\n");
return 0;
}