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