diff options
| -rw-r--r-- | d.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/d.html.markdown b/d.html.markdown index 39c6a4d3..4ccf65d3 100644 --- a/d.html.markdown +++ b/d.html.markdown @@ -26,7 +26,7 @@ expressive high-level abstractions.  D is actively developed by Walter Bright and Andrei Alexandrescu, two super smart, really cool  dudes. With all that out of the way, let's look at some examples! - +```d  import std.stdio;  void main() { | 
