From 3fc326c91bca0ac1be8521146f5f054ab6be8039 Mon Sep 17 00:00:00 2001 From: Zhangzhi Peng <59241275+pengzhangzhi@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:33:54 +0800 Subject: [PATCH] [ENHANCE] Add assignment code/note link to course MIT 6.031: Software Construction (#212) --- docs/软件工程/6031.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/软件工程/6031.md b/docs/软件工程/6031.md index 8b49b518..8f80f588 100644 --- a/docs/软件工程/6031.md +++ b/docs/软件工程/6031.md @@ -30,3 +30,5 @@ ## 资源汇总 我在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/MIT6.031-software-construction - GitHub](https://github.com/PKUFlyingPig/MIT6.031-software-construction) 中。 + +@pengzhangzhi完成了这门课的作业并记录了笔记。代码开源在[self-taught-CS/Software Construction at main · pengzhangzhi/self-taught-CS (github.com)](https://github.com/pengzhangzhi/self-taught-CS/tree/main/Software Construction)。