intro and variables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fn main() {
|
||||
// TODO: Change the line below to fix the compiler error.
|
||||
let x: i32;
|
||||
let x: i32 = 0;
|
||||
|
||||
println!("Number {x}");
|
||||
println!("Number {}", x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user