We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546b202 commit 15bcb2fCopy full SHA for 15bcb2f
src/doc/guide.md
@@ -239,8 +239,8 @@ $ dir
239
hello_world.exe hello_world.rs
240
```
241
242
-There are now two files: our source code, with the `.rs`, and the executable.
243
-We ran the executable like this:
+There are now two files: our source code, with the `.rs` extension, and the
+executable (`hello_world.exe` on Windows, `hello_world` everywhere else)
244
245
```{bash}
246
$ ./hello_world # or ./hello_world.exe on Windows
0 commit comments