This commit is contained in:
woojin
2023-08-23 15:56:12 +09:00
parent 9aaf6aad7b
commit f4f24451c5
28 changed files with 263 additions and 430 deletions

View File

@@ -3,8 +3,8 @@
//! The primary goal of this assignment is to re-learn the common programming concepts in Rust, especially those in the Rust Book chapters 3 and 5.
//! Please make sure you're comfortable with the concepts to proceed on to the next assignments.
//!
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-02.sh` works fine.
//! See `assigment02/*_grade.rs` and `/scripts/grade-02.sh` for the test script.
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade.sh 2` works fine.
//! See `assigment02/*_grade.rs` and `/scripts/grade.sh 2` for the test script.
pub mod small_exercises;
mod small_exercises_grade;