Day 1 on Day (almost) 3, sorry I'm late

This commit is contained in:
2024-12-03 01:37:03 +01:00
commit ae3c0533cc
7 changed files with 1067 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
mod sun_01;
pub fn today() {
let key = sun_01::sun_01("./assets/day_1_input").unwrap();
}