use std::io::Read; pub fn part1(_input: &mut dyn Read) -> String { todo!() } pub fn part2(_input: &mut dyn Read) -> String { todo!() }