Remove 'samples' folder

This commit is contained in:
Dennis Korpel 2025-01-08 23:53:06 +01:00 committed by Nicholas Wilson
parent 126064282f
commit 646dc29eec
31 changed files with 8 additions and 3240 deletions

View file

@ -0,0 +1,8 @@
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.