minor format & typo fixes

This commit is contained in:
AnHaechan
2023-08-21 01:58:29 +00:00
parent 1d42316a07
commit 24dc47a7cf
7 changed files with 7 additions and 173 deletions

View File

@@ -6,10 +6,10 @@
//! See `assignment12_grade.rs` and `/scripts/grade-12.sh` for the test script.
pub mod card;
pub mod card_grade;
mod card_grade;
pub mod demux;
pub mod demux_grade;
mod demux_grade;
pub mod funnel;
pub mod funnel_grade;
mod funnel_grade;
pub mod small_exercises;
pub mod small_exercises_grade;
mod small_exercises_grade;