// Make me compile!

fn main() {
    x = 5;
    println!("x has the value {}", x);
}