mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 13:19:18 +00:00
feat variable 1
This commit is contained in:
parent
e0c4149df2
commit
653cf04741
@ -2,9 +2,9 @@
|
|||||||
// Make me compile!
|
// Make me compile!
|
||||||
// Execute the command `rustlings hint variables1` if you want a hint :)
|
// Execute the command `rustlings hint variables1` if you want a hint :)
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
x = 5;
|
let x = 5;
|
||||||
println!("x has the value {}", x);
|
println!("x has the value {}", x);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user