Update CS110L.en.md

This commit is contained in:
smxm 2022-10-14 17:06:19 +08:00 committed by GitHub
parent 639abf1052
commit 9e94d28a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Personally, I find the concept of "futures" in Rust fascinating and elegant, and
- Course Website: <https://reberhardt.com/cs110l/spring-2020/> - Course Website: <https://reberhardt.com/cs110l/spring-2020/>
- Recordings: <https://youtu.be/j7AQrtLevUE> - Recordings: <https://youtu.be/j7AQrtLevUE>
- Textbook: None - Textbook: None
- Assignments6 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. - 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.
## Personal Resources ## Personal Resources