extern crate core; mod utils; mod solutions; fn main() { solutions::day07::run(); }