AoC23/src/main.rs

6 lines
44 B
Rust

mod day01;
fn main() {
day01::run();
}