mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 22:48:45 +00:00
assignment 1~5: fixes
- assignment05/pascal.mlw: lowered the difficulty (one more invariant given) - assignment02, 03: minor fixes & divide into sub-problems
This commit is contained in:
13
src/assignments/assignment03/mod.rs
Normal file
13
src/assignments/assignment03/mod.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
//! Assignment 3: Mastering common programming concepts (2/2)
|
||||
//!
|
||||
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-03.sh` works fine.
|
||||
//! See `*_grade.rs` and `/scripts/grade-03.sh` for the test script.
|
||||
|
||||
pub mod small_problems;
|
||||
mod small_problems_grade;
|
||||
|
||||
pub mod parse_shell;
|
||||
mod parse_shell_grade;
|
||||
|
||||
pub mod custom_operators;
|
||||
mod custom_operators_grade;
|
||||
Reference in New Issue
Block a user