Guide: add a pointer to play.rust-lang.org and explain how to run the code examples.
This commit is contained in:
parent
d91a015ab4
commit
0f11eb5479
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ $ ./main # or main.exe on Windows
|
|||
Hello, world!
|
||||
```
|
||||
|
||||
You can also run these examples on [play.rust-lang.org](http://play.rust-lang.org/) by clicking on the arrow that appears in the upper right of the example when you mouse over the code.
|
||||
|
||||
Success! Let's go over what just happened in detail.
|
||||
|
||||
```{rust}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue