Auto merge of #28829 - GuillaumeGomez:patch-1, r=steveklabnik
r? @steveklabnik
This commit is contained in:
commit
6d11a81c71
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ main.exe main.rs
|
|||
```
|
||||
|
||||
There are now two files: our source code, with the `.rs` extension, and the
|
||||
executable (`main.exe` on Windows, `main` everywhere else)
|
||||
executable (`main.exe` on Windows, `main` everywhere else).
|
||||
|
||||
```bash
|
||||
$ ./main # or main.exe on Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue