1
0
Fork 0
AdvenOfCode2022/src/lib.rs

4 lines
59 B
Rust

pub mod prob1;
pub mod prob2;
pub mod prob3;
pub mod prob4;