Skip to content

Commit efc2d4a

Browse files
committed
TIL PATHEXT
Thanks @chris-morgan ❤️
1 parent c73f174 commit efc2d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Save the file, and then type this into your terminal window:
160160

161161
```{bash}
162162
$ rustc hello_world.rs
163-
$ ./hello_world # on Windows, this is ./hello_world.exe
163+
$ ./hello_world
164164
Hello, world
165165
```
166166

0 commit comments

Comments
 (0)