mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 22:48:45 +00:00
polish
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
//! The primary goal of this assignment is to get used to concurrency.
|
||||
//!
|
||||
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-12.sh` works fine.
|
||||
//! See `assignment12_grade.rs` and `/scripts/grade-12.sh` for the test script.
|
||||
//! See `assignment12/*_grade.rs` and `/scripts/grade-12.sh` for the test script.
|
||||
|
||||
pub mod card;
|
||||
mod card_grade;
|
||||
pub mod demux;
|
||||
mod demux_grade;
|
||||
pub mod funnel;
|
||||
mod funnel_grade;
|
||||
pub mod small_exercises;
|
||||
|
||||
mod card_grade;
|
||||
mod demux_grade;
|
||||
mod funnel_grade;
|
||||
mod small_exercises_grade;
|
||||
|
||||
Reference in New Issue
Block a user