Prepare future scaffolding.

Also reformat the code, but that is nothing significant.
This commit is contained in:
2018-12-09 13:02:54 +01:00
parent 9b04e3b2c9
commit 9b287a0098
23 changed files with 456 additions and 23 deletions

View File

@@ -1,15 +1,16 @@
extern crate chrono;
#[macro_use] extern crate clap;
extern crate aoc_2018;
extern crate chrono;
#[macro_use]
extern crate clap;
use std::fs;
use std::io;
use std::time::Instant;
use aoc_2018::get_impl;
use clap::Arg;
use aoc_2018::get_impl;
fn main() {
let matches = app_from_crate!()
.arg(Arg::with_name("day")