From dfb2c8830bb979b3ae579294aefc3e5b0b6da1b9 Mon Sep 17 00:00:00 2001 From: m-contour Date: Tue, 6 Jun 2023 21:04:46 +0800 Subject: [PATCH] update CS110L course information --- docs/编程入门/CS110L.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/编程入门/CS110L.md b/docs/编程入门/CS110L.md index b45e0d76..4a0f9f3e 100644 --- a/docs/编程入门/CS110L.md +++ b/docs/编程入门/CS110L.md @@ -23,6 +23,8 @@ 1. 用 Rust 实现一个类似于 GDB 的 debugger 2. 用 Rust 实现一个负载均衡器 +> [CS 242: Programming Languages, Fall2019](https://stanford-cs242.github.io/f19/) week6 到 week9 关于 Rust 内容的讲解非常细致, 可以作为该课程的讲义补充。 另外, Ryan 在 中补充了 2020 版本缺失的关于 Futures Trait 内容的视频。 + ## 资源汇总 @PKUFlyingPig 在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/CS110L - GitHub](https://github.com/PKUFlyingPig/CS110L) 中。