Files
AdventOfCode2025/src/day07/part07b.rs
2025-12-09 20:40:35 +01:00

5 lines
55 B
Rust

pub fn solve(puzzle: String) -> u64 {
0 // TODO
}