fixes variables3
This commit is contained in:
parent
c01be98e34
commit
8aab9d9c03
|
@ -1,7 +1,7 @@
|
|||
// Make me compile! Scroll down for hints :)
|
||||
|
||||
fn main() {
|
||||
let x = 3;
|
||||
let mut x = 3;
|
||||
println!("Number {}", x);
|
||||
x = 5;
|
||||
println!("Number {}", x);
|
||||
|
|
Loading…
Reference in a new issue