Add assignment 11

This commit is contained in:
Minseong Jang
2022-11-22 23:29:53 +09:00
parent 3351e8d330
commit 2ecc63770e
8 changed files with 393 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
//! Assignment 11: Familiarizing with smart pointers.
//!
//! You should fill out `todo!()` placeholders in such a way that `/scripts/grade-11.sh` works fine.
//! See `assignment11_grade.rs` and `/scripts/grade-11.sh` for the test script.
//! Run `/scripts/prepare-submissions.sh` and submit `/target/assignment11.zip` to <https://gg.kaist.ac.kr>.
pub mod linked_list;
pub mod mock_storage;
pub mod tv_room;