mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Add wikipedia page links
Link to the wikipedia pages of Walter Bright and Andrei Alexandrescu in an attempt to at least partially establish their credibility.
This commit is contained in:
parent
a4d9115dec
commit
064b82eab4
@ -23,8 +23,10 @@ about [D](http://dlang.org/). The D programming language is a modern, general-pu
|
|||||||
multi-paradigm language with support for everything from low-level features to
|
multi-paradigm language with support for everything from low-level features to
|
||||||
expressive high-level abstractions.
|
expressive high-level abstractions.
|
||||||
|
|
||||||
D is actively developed by a large group of super-smart people and is spearheaded by Walter Bright
|
D is actively developed by a large group of super-smart people and is spearheaded by
|
||||||
and Andrei Alexandrescu. With all that out of the way, let's look at some examples!
|
[Walter Bright](https://en.wikipedia.org/wiki/Walter_Bright) and
|
||||||
|
[Andrei Alexandrescu](https://en.wikipedia.org/wiki/Andrei_Alexandrescu).
|
||||||
|
With all that out of the way, let's look at some examples!
|
||||||
|
|
||||||
```c
|
```c
|
||||||
import std.stdio;
|
import std.stdio;
|
||||||
|
Loading…
Reference in New Issue
Block a user