add church

This commit is contained in:
woojin
2023-08-22 14:28:17 +09:00
parent d40d4eb562
commit 4ae52a5ee9
3 changed files with 147 additions and 0 deletions

View File

@@ -5,5 +5,8 @@
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-08.sh` works fine.
//! See `small_problems_grade.rs` and `/scripts/grade-08.sh` for the test script.
pub mod church;
pub mod small_exercises;
mod church_grade;
mod small_exercises_grade;