From 16f70bb59b62d5d98975e03ed6564825a693d6ab Mon Sep 17 00:00:00 2001 From: sunface Date: Fri, 4 Mar 2022 13:54:03 +0800 Subject: [PATCH] update changelog --- 内容变更记录.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/内容变更记录.md b/内容变更记录.md index 6207bdd7..0bed035a 100644 --- a/内容变更记录.md +++ b/内容变更记录.md @@ -5,6 +5,8 @@ - 新增专题: [手把手带你实现链表](https://course.rs/linked-list/intro) - 新增章节: [最佳实践 - 面试经验](https://course.rs/practice/interview.html) +- 为部分章节增加[课后练习题链接](https://github.com/sunface/rust-by-practice) + ## 2022-03-03