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