mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-14 22:18:46 +00:00
10 lines
368 B
Rust
10 lines
368 B
Rust
//! 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;
|