A collection of simple and short exercises to help you learn D.
First, you should install the DMD compiler before you start solving the exercises. You can get it by visiting https://dlang.org. After you have successfully installed DMD, run the following commands:
git clone https://github.com/crazymonkyyy/dingbats.git
cd dingbats
rdmd dingbats.d
Now you are ready to start solving the exercises. You can begin by editing the example1.d file inside the examples folder.
Currently alpha, but has 36 examples
upto ranges but not yet into the meat of meta programming
see .dev/CONTRIBUTING.md