mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
4 lines
95 B
Rust
4 lines
95 B
Rust
pub fn part1(_input: &[u8]) -> anyhow::Result<String> {
|
|
anyhow::bail!("Not implemented")
|
|
}
|