Exercise 5

This commit is contained in:
akshitgautam42 2023-11-11 15:45:41 +05:30
parent 43273aefa9
commit 65e2d43ac7

View File

@ -3,9 +3,9 @@
// Execute `rustlings hint variables3` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn main() {
let x: i32;
let x: i32 =0;
println!("Number {}", x);
}