9 lines
129 B
Rust
9 lines
129 B
Rust
pub mod day1;
|
|
pub mod day2;
|
|
pub mod day3;
|
|
pub mod day4;
|
|
pub mod day5;
|
|
pub mod day6;
|
|
|
|
aoc_runner_derive::aoc_lib! { year = 2020 }
|