Add missing dot
This commit is contained in:
parent
0369304feb
commit
aeb94a1948
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
|
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
|
```bash
|
||||||
$ ./main # or main.exe on Windows
|
$ ./main # or main.exe on Windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue