Merge pull request #400 from K900/patch-1

Possibly clearer wording
This commit is contained in:
Carol (Nichols || Goulding) 2017-01-17 22:42:44 -05:00 committed by GitHub
commit 9d6a271690

View File

@ -61,7 +61,7 @@ $ ./main
Hello, world! Hello, world!
``` ```
On Windows, just replace `./main` with `.\main.exe`. Regardless of your On Windows, run `.\main.exe` instead of `./main`. Regardless of your
operating system, you should see the string `Hello, world!` print to the operating system, you should see the string `Hello, world!` print to the
terminal. If you did, then congratulations! You've officially written a Rust terminal. If you did, then congratulations! You've officially written a Rust
program. That makes you a Rust programmer! Welcome. program. That makes you a Rust programmer! Welcome.