intro and variables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// TODO: Fix the compiler error.
|
||||
fn main() {
|
||||
let x = 3;
|
||||
let mut x = 3;
|
||||
println!("Number {x}");
|
||||
|
||||
x = 5; // Don't change this line
|
||||
|
||||
Reference in New Issue
Block a user