apply comments

This commit is contained in:
woojin
2023-08-21 19:43:04 +09:00
parent 96cf8f3bf1
commit 20a892a264
43 changed files with 77 additions and 1122 deletions

View File

@@ -0,0 +1,9 @@
//! Assignment 8: First-class functions.
//!
//! The primary goal of this assignment is to get used to first-class functions.
//!
//! 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 small_problems;
mod small_problems_grade;