modify submission file

This commit is contained in:
woojin
2023-08-28 17:03:23 +09:00
committed by Jeehoon Kang
parent 2b19548cb0
commit ae4556d087
14 changed files with 99 additions and 22 deletions

View File

@@ -4,6 +4,13 @@
//!
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade.sh 12` works fine.
//! See `assignment12/*_grade.rs` and `/scripts/grade.sh 12` for the test script.
//!
//! To submit, run
//! ```bash
//! # At the cs220 home directory,
//! ./scripts/submit.sh
//! ```
//! and submit the generated `assignment12.zip` file in `target` directory.
pub mod card;
pub mod demux;