mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-16 06:58:45 +00:00
modify submission file
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
//!
|
||||
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade.sh 10` works fine.
|
||||
//! See `assignment10/*_grade.rs` and `/scripts/grade.sh 10` for the test script.
|
||||
//!
|
||||
//! To submit, run
|
||||
//! ```bash
|
||||
//! # At the cs220 home directory,
|
||||
//! ./scripts/submit.sh
|
||||
//! ```
|
||||
//! and submit the generated `assignment10.zip` file in `target` directory.
|
||||
|
||||
pub mod labyrinth;
|
||||
pub mod small_exercises;
|
||||
|
||||
Reference in New Issue
Block a user