mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
Fix typo
This commit is contained in:
parent
b87aa98634
commit
b017b87866
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ fn main() {
|
|||
|
||||
println!("Number {x}");
|
||||
|
||||
// It possible to declare a variable and initialize it later.
|
||||
// It is possible to declare a variable and initialize it later.
|
||||
// But it can't be used before initialization.
|
||||
let y: i32;
|
||||
y = 42;
|
||||
|
|
Loading…
Reference in a new issue