day1 part1

This commit is contained in:
2025-12-02 02:55:56 +01:00
commit 43be07c4f4
6 changed files with 205 additions and 0 deletions

9
src/main.rs Normal file
View File

@@ -0,0 +1,9 @@
extern crate advent_of_code_2025;
extern crate aoc_runner_derive;
extern crate aoc_runner;
use aoc_runner_derive::aoc_main;
aoc_main! { lib = advent_of_code_2025 }