summaryrefslogtreecommitdiffhomepage
path: root/d.html.markdown
diff options
context:
space:
mode:
authorNickPapanastasiou <nickpap9411@gmail.com>2015-06-07 22:39:01 -0400
committerNickPapanastasiou <nickpap9411@gmail.com>2015-06-07 22:39:01 -0400
commit8bdf48dc8c2d41f945db734ac1837b0e434e7a95 (patch)
treee5b159879b4b70aae7d8d0430ad3b6c6d291d470 /d.html.markdown
parent52b8df5cdbe60fcf29a9fd63fdeb3c170d0cd876 (diff)
fixed D syntax`
Diffstat (limited to 'd.html.markdown')
-rw-r--r--d.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/d.html.markdown b/d.html.markdown
index 9f322423..a6245a99 100644
--- a/d.html.markdown
+++ b/d.html.markdown
@@ -1,5 +1,5 @@
---
-language: d
+language: D
filename: learnd.d
contributors:
- ["Nick Papanastasiou", "www.nickpapanastasiou.github.io"]
@@ -17,7 +17,7 @@ a pleasant syntax, and blazing fast performance!
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
+```d
// You know what's coming...
import std.stdio;
@@ -58,4 +58,4 @@ void main() {
}
}
-'''
+```