#![allow(dead_code)] mod day1; mod day2; mod day3; fn main() { day3::day3(); }