mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
Exercise 5
This commit is contained in:
parent
43273aefa9
commit
65e2d43ac7
@ -3,9 +3,9 @@
|
||||
// Execute `rustlings hint variables3` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
|
||||
fn main() {
|
||||
let x: i32;
|
||||
let x: i32 =0;
|
||||
println!("Number {}", x);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user