mod day1; mod day2; fn main() { println!("Running Advent of Code 2022"); day1::run(); day2::run(); }