mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-12 05:39:19 +00:00
mutable
This commit is contained in:
parent
10b511edcc
commit
59c7fa88a0
@ -1,7 +1,7 @@
|
|||||||
// variables4.rs
|
// variables4.rs
|
||||||
// Execute `rustlings hint variables4` or use the `hint` watch subcommand for a hint.
|
// Execute `rustlings hint variables4` or use the `hint` watch subcommand for a hint.
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut x = 3;
|
let mut x = 3;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user