mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-16 15:08:45 +00:00
polish
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
//!
|
||||
//! Hint: <https://doc.rust-lang.org/std/primitive.usize.html>
|
||||
|
||||
pub mod small_problems;
|
||||
mod small_problems_grade;
|
||||
pub mod small_exercises;
|
||||
mod small_exercises_grade;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use crate::assignments::assignment01::small_problems::*;
|
||||
use crate::assignments::assignment01::small_exercises::*;
|
||||
|
||||
#[test]
|
||||
fn test_add_7_3() {
|
||||
Reference in New Issue
Block a user