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