This commit is contained in:
jungin.rhee
2023-08-21 11:52:05 +00:00
parent aa9f04b7d4
commit bba6cd9979
25 changed files with 32 additions and 307 deletions

View File

@@ -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;

View File

@@ -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() {