repo setup for 2025

This commit is contained in:
2025-11-30 22:48:56 -08:00
commit 5587b3c0f4
11 changed files with 1425 additions and 0 deletions

3
src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
use aoc_runner_derive::aoc_main;
aoc_main! { lib = aoc2025 }