diff options
author | NickPapanastasiou <nickpap9411@gmail.com> | 2015-06-16 17:16:24 -0400 |
---|---|---|
committer | NickPapanastasiou <nickpap9411@gmail.com> | 2015-06-16 17:16:24 -0400 |
commit | 4df0b5fc697ededd3d1e733214bd94033f4cba53 (patch) | |
tree | 06a002dcca1c9402858c771cb1838619630bf612 /d.html.markdown | |
parent | c04bb1a39c0a6feacbff5aaf950a33f8d29f6d79 (diff) |
formatting
Diffstat (limited to 'd.html.markdown')
-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() { |