Updated src/structs/example_program.md'.

This commit is contained in:
Hector PENG
2026-03-11 14:54:29 +08:00
parent a92f65a1bb
commit 9eb4a27b5d

View File

@@ -30,7 +30,7 @@
- [使用结构体组织相关数据](Ch05_Using_Structs_to_Structure_Related_Data.md)
- [定义与实例化结构体](structs/defining_and_instantiating.md)
- [用结构体的一个示例程序](structs/example_program.md)
- [使用结构体的示例程序](structs/example_program.md)
- [方法语法](structs/method_syntax.md)
- [枚举与模式匹配](Ch06_Enums_and_Pattern_Matching.md)