fn main() {
    let x = 5;
    println!("hello world {}", x)
}