Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update -guessing-game-tutorial incorrect output
`println!("x = {x} and y + 2 = {}", y + 2);` "This code would print `x = 5 and y = 12`." is incorrect. changed to "This code would print `x = 5 and y + 2 = 12`."
- Loading branch information