From 0f11eb547914f32dfcd04b1190a231d76876435a Mon Sep 17 00:00:00 2001 From: Dan Luu Date: Fri, 14 Nov 2014 22:16:25 -0600 Subject: [PATCH] Guide: add a pointer to play.rust-lang.org and explain how to run the code examples. --- src/doc/guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/guide.md b/src/doc/guide.md index 473c30ab1c44e..8a82df97a5722 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -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}