mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
commit
9d6a271690
@ -61,7 +61,7 @@ $ ./main
|
|||||||
Hello, world!
|
Hello, world!
|
||||||
```
|
```
|
||||||
|
|
||||||
On Windows, just replace `./main` with `.\main.exe`. Regardless of your
|
On Windows, run `.\main.exe` instead of `./main`. Regardless of your
|
||||||
operating system, you should see the string `Hello, world!` print to the
|
operating system, you should see the string `Hello, world!` print to the
|
||||||
terminal. If you did, then congratulations! You've officially written a Rust
|
terminal. If you did, then congratulations! You've officially written a Rust
|
||||||
program. That makes you a Rust programmer! Welcome.
|
program. That makes you a Rust programmer! Welcome.
|
||||||
|
Loading…
Reference in New Issue
Block a user