2015: day02: finish
This commit is contained in:
parent
5bee7a0ce7
commit
ca1952819f
4 changed files with 1132 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
use aoc::Result;
|
||||
|
||||
use aoc2015::day01;
|
||||
use aoc2015::day02;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
let days: &[fn() -> Result<()>] = &[day01::run];
|
||||
let days: &[fn() -> Result<()>] = &[day01::run, day02::run];
|
||||
|
||||
aoc::run(days)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue