grade scripts

This commit is contained in:
woojin
2023-08-26 00:30:22 +09:00
parent 176d0df5d2
commit 6858e18da2
27 changed files with 141 additions and 430 deletions

View File

@@ -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;