2021: day13: part 1 & 2
This commit is contained in:
parent
d515ced9a0
commit
b8e2bbf2f3
5 changed files with 1150 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ use aoc2021::day08;
|
|||
use aoc2021::day09;
|
||||
use aoc2021::day10;
|
||||
use aoc2021::day11;
|
||||
use aoc2021::day13;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
let days: &[DayFunc] = &[
|
||||
|
|
@ -27,6 +28,7 @@ fn main() -> Result<()> {
|
|||
day09::run,
|
||||
day10::run,
|
||||
day11::run,
|
||||
day13::run,
|
||||
];
|
||||
|
||||
aoc::run(days)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue