use anyhow::Result; pub fn part1(_input: &[u8]) -> Result { todo!() } pub fn part2(_input: &[u8]) -> Result { todo!() }