Guide: add a pointer to play.rust-lang.org and explain how to run the code examples.

This commit is contained in:
Dan Luu 2014-11-14 22:16:25 -06:00
parent d91a015ab4
commit 0f11eb5479

View file

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