Change repo layout

This commit is contained in:
2023-12-14 10:42:19 -05:00
parent 78aab8ab5e
commit 5a87bfb681
52 changed files with 477 additions and 5480 deletions

11
src/lib.rs Normal file
View File

@@ -0,0 +1,11 @@
mod day4;
mod day2;
mod day1;
extern crate aoc_runner;
#[macro_use]
extern crate aoc_runner_derive;
extern crate crypto;
aoc_lib!{ year = 2023 }