// variables6.rs // // Execute `rustlings hint variables6` or use the `hint` watch subcommand for a // hint. const number :i32=32; fn main() { println!("Number {}", number); }