mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Merge pull request #773 from kayuapi/patch-1
fix(variables5): confine the answer further
This commit is contained in:
commit
dd9b2ddc89
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
let number = "T-H-R-E-E";
|
||||
let number = "T-H-R-E-E"; // don't change this line
|
||||
println!("Spell a Number : {}", number);
|
||||
number = 3;
|
||||
println!("Number plus two is : {}", number + 2);
|
||||
|
|
Loading…
Reference in a new issue