static INPUT: &str = include_str!("input.txt"); fn main() { let valueified = INPUT; }