1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02:00

formatting

This commit is contained in:
NickPapanastasiou
2015-06-16 17:16:24 -04:00
parent c04bb1a39c
commit 4df0b5fc69

View File

@@ -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() {