convert to aoc-runner and day1 solutions
This commit is contained in:
6
src/lib.rs
Normal file
6
src/lib.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod day1;
|
||||
use aoc_runner_derive::aoc_lib;
|
||||
|
||||
pub mod day6;
|
||||
|
||||
aoc_lib! { year = 2022 }
|
||||
Reference in New Issue
Block a user