Day 10 part 1.

This commit is contained in:
2024-01-07 14:24:28 +01:00
parent 483ab1a8bd
commit 2cfc050818
2 changed files with 56 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
extern crate aoc_runner;
#[macro_use]
extern crate aoc_runner_derive;
aoc_lib!{ year = 2015 }
mod day10;
aoc_lib! { year = 2015 }