#![feature(iterator_try_collect)] pub mod day_1; pub mod day_2; pub mod day_3; pub mod day_4;