added remaining days

This commit is contained in:
2025-12-09 20:40:35 +01:00
parent 1c1252c4e1
commit b67163521e
10 changed files with 1255 additions and 10 deletions

4
src/day07/part07b.rs Normal file
View File

@@ -0,0 +1,4 @@
pub fn solve(puzzle: String) -> u64 {
0 // TODO
}