mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-16 06:58:45 +00:00
grade scripts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! 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.
|
||||
//! You should fill out `todo!()` placeholders in such a way that `/scripts/grade.sh 11` works fine.
|
||||
//! See `assignment11/*_grade.rs` and `/scripts/grade.sh 11` for the test script.
|
||||
//! Run `/scripts/prepare-submissions.sh` and submit `/target/assignment11.zip` to <https://gg.kaist.ac.kr>.
|
||||
|
||||
pub mod graph;
|
||||
|
||||
Reference in New Issue
Block a user