You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of chapter 11, there is this paragraph:
We have now learned all of the most basic Rust concepts. We're ready to start building our guessing game, but we need to know how to do one last thing first: get input from the keyboard. You can't have a guessing game without the ability to guess!
But chapter 12 is about strings. It isn't until chapter 13 that the guide starts talking about standard input. Maybe it's a good idea to move this paragraph to the end of chapter 12 instead of chapter 11, maybe even the beginning of chapter 13.
The text was updated successfully, but these errors were encountered:
At the end of chapter 11, there is this paragraph:
But chapter 12 is about strings. It isn't until chapter 13 that the guide starts talking about standard input. Maybe it's a good idea to move this paragraph to the end of chapter 12 instead of chapter 11, maybe even the beginning of chapter 13.
The text was updated successfully, but these errors were encountered: