mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Prepare future scaffolding.
Also reformat the code, but that is nothing significant.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user