mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 22:48:45 +00:00
copy-paste problems
This commit is contained in:
12
src/assignments/assignment10/mod.rs
Normal file
12
src/assignments/assignment10/mod.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
//!
|
||||
//! Assignment 10: Iterators (2/2).
|
||||
//! The primary goal of this assignment is to get used to iterators.
|
||||
//!
|
||||
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-10.sh` works fine.
|
||||
//! See `assignment10_grade.rs` and `/scripts/grade-10.sh` for the test script.
|
||||
|
||||
pub mod labyrinth;
|
||||
pub mod small_exercises;
|
||||
|
||||
mod labyrinth_grade;
|
||||
mod small_exercises_grade;
|
||||
Reference in New Issue
Block a user