2021: day02: quick solve
This commit is contained in:
parent
3aa37aff10
commit
0eed53749c
4 changed files with 1089 additions and 1 deletions
|
|
@ -3,9 +3,10 @@ use anyhow::Result;
|
|||
use aoc::DayFunc;
|
||||
|
||||
use aoc2021::day01;
|
||||
use aoc2021::day02;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
let days: &[DayFunc] = &[day01::run];
|
||||
let days: &[DayFunc] = &[day01::run, day02::run];
|
||||
|
||||
aoc::run(days)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue