fn main() { // TODO: Change the line below to fix the compiler error. let x = 42; if 10 == x { println!("x is ten!"); } else { println!("x is not ten!"); } }