Merge pull request #2 from woojinnn/grade_script

Grade script
This commit is contained in:
Haechan An
2023-08-26 20:10:59 +09:00
committed by GitHub
27 changed files with 141 additions and 430 deletions

View File

@@ -2,8 +2,8 @@
//!
//! The primary goal of this assignment is to understand generics, traits, and lifetimes.
//!
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-06.sh` works fine.
//! See `assignment06/*_grade.rs` and `/scripts/grade-06.sh` for the test script.
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade.sh 6` works fine.
//! See `assignment06/*_grade.rs` and `/scripts/grade.sh 6` for the test script.
pub mod semiring;
pub mod symbolic_differentiation;