mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 20:29:18 +00:00
git commit -a
This commit is contained in:
parent
6948905716
commit
c9b5f25e34
@ -6,9 +6,8 @@
|
||||
// even after you already figured it out. If you got everything working and
|
||||
// feel ready for the next exercise, remove the `I AM NOT DONE` comment below.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
x = 5;
|
||||
let x = 5;
|
||||
println!("x has the value {}", x);
|
||||
}
|
||||
|
||||
1
rustlings
Submodule
1
rustlings
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ba087ce64a35c93e40689d258f6dfde538b9ca22
|
||||
Loading…
x
Reference in New Issue
Block a user