const INPUT: &'static str = include_str!("../../Data/day10-input.txt"); pub fn main(_filename: &str) -> std::io::Result<()> { Ok(()) }