mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Clarify that not just two people develop D
The present construction seems to imply that only Walter and Andrei and involved in the development of D. This is nowhere close to being true!
This commit is contained in:
parent
59a07411ef
commit
a4d9115dec
@ -23,8 +23,8 @@ 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 Walter Bright and Andrei Alexandrescu, two super smart, really cool
|
D is actively developed by a large group of super-smart people and is spearheaded by Walter Bright
|
||||||
dudes. With all that out of the way, let's look at some examples!
|
and 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