This commit is contained in:
sepia 2024-12-08 08:40:57 -06:00
parent 6960cc3a99
commit 3b4d813cff
1 changed files with 3 additions and 1 deletions

View File

@ -10,10 +10,12 @@ mod day4;
mod day5;
#[allow(dead_code)]
mod day6;
#[allow(dead_code)]
mod day7;
mod day8;
fn main() {
day7::day7();
day8::day8();
}
pub fn input(day: u8) -> String {