fixes variables1
This commit is contained in:
parent
2079503b21
commit
aac40f6120
|
@ -1,7 +1,7 @@
|
|||
// Make me compile! Scroll down for hints :)
|
||||
|
||||
fn main() {
|
||||
x = 5;
|
||||
let x = 5;
|
||||
println!("x has the value {}", x);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue