fn main() { let input = std::fs::read_to_string("../input.txt").expect("invalid input!!"); println!("{}", &input); }