docs(Philosophy): 重构 0.1 节文档结构,新增 GUI/CLI 与环境变量配置内容,完善文档内容,新增代码示例。
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello World!\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user