TIL PATHEXT

Thanks @chris-morgan ❤️
This commit is contained in:
Steve Klabnik 2014-06-26 15:40:52 -04:00
parent c73f17486a
commit efc2d4a476

View File

@ -160,7 +160,7 @@ Save the file, and then type this into your terminal window:
```{bash}
$ rustc hello_world.rs
$ ./hello_world # on Windows, this is ./hello_world.exe
$ ./hello_world
Hello, world
```