mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
8 lines
476 B
Text
8 lines
476 B
Text
The 'samples' folder has been removed from DMD installations
|
|
|
|
Every DMD release would include a 'samples' folder with small D code examples.
|
|
These examples are quite old, and not a good representation of modern D.
|
|
They're also hard to discover, since D compilers are often installed through an installer or package manager.
|
|
|
|
Since there are better resources available online nowadays, these samples have
|
|
been moved to the [undeaD](https://github.com/dlang/undeaD) repository.
|