mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-16 06:58:45 +00:00
Add assignment 11
This commit is contained in:
9
src/assignments/assignment11/mod.rs
Normal file
9
src/assignments/assignment11/mod.rs
Normal 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;
|
||||
Reference in New Issue
Block a user