diff --git a/src/doc/guide.md b/src/doc/guide.md index 9a995de582e9..f7b100d6b05e 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -160,7 +160,7 @@ Save the file, and then type this into your terminal window: ```{bash} $ rustc hello_world.rs -$ ./hello_world # on Windows, this is ./hello_world.exe +$ ./hello_world Hello, world ```