1
Fork 0

Add missing dot

This commit is contained in:
Guillaume Gomez 2015-10-03 20:21:39 +02:00
parent 0369304feb
commit aeb94a1948

View file

@ -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