This commit is contained in:
Ramadan Yassin 2026-02-25 20:05:19 +08:00 committed by GitHub
commit 8e60aa028a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ Personally, I find the concept of "futures" in Rust fascinating and elegant, and
## Course Resources
- Course Website: <https://reberhardt.com/cs110l/spring-2020/>
- Recordings: <https://youtu.be/j7AQrtLevUE>
- Recordings: <https://www.youtube.com/playlist?list=PLa24RbCI3sXtsSesfv3dmxRUa32XP1dQ2>
- 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.