Skip to content

Commit 0f11eb5

Browse files
committed
Guide: add a pointer to play.rust-lang.org and explain how to run the code examples.
1 parent d91a015 commit 0f11eb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ $ ./main # or main.exe on Windows
159159
Hello, world!
160160
```
161161

162+
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.
163+
162164
Success! Let's go over what just happened in detail.
163165

164166
```{rust}

0 commit comments

Comments
 (0)