From 0a84277afeab34c8ad8fd0f30edd59b9e9502af5 Mon Sep 17 00:00:00 2001 From: Ramadan Yassin Date: Tue, 1 Jul 2025 16:15:36 +0300 Subject: [PATCH] Update CS110L.en.md add Full Playlist for CS110L --- docs/编程入门/Rust/CS110L.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/编程入门/Rust/CS110L.en.md b/docs/编程入门/Rust/CS110L.en.md index ecb4106a..94ca16f9 100644 --- a/docs/编程入门/Rust/CS110L.en.md +++ b/docs/编程入门/Rust/CS110L.en.md @@ -19,7 +19,7 @@ Personally, I find the concept of "futures" in Rust fascinating and elegant, and ## Course Resources - Course Website: -- Recordings: +- Recordings: - Textbook: None - Assignments: 6 Labs, 2 Projects, the course website has specific requirements. The projects are quite interesting where you will Implement a GDB-like debugger and a load balancer in Rust.