Files
adventofcode/2023/src/day25.rs

4 lines
95 B
Rust

pub fn part1(_input: &[u8]) -> anyhow::Result<String> {
anyhow::bail!("Not implemented")
}