use aoc crate for common stuff
This commit is contained in:
parent
907e883d48
commit
64410f0042
18 changed files with 49 additions and 28 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use std::env;
|
||||
|
||||
use aoc2015::day01;
|
||||
use aoc::Result;
|
||||
|
||||
use aoc2015::Result;
|
||||
use aoc2015::day01;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
let days: &[fn() -> Result<()>] = &[day01::run];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue