Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 676 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 676 Bytes

Dingbats (Alpha 2)

A collection of simple and short exercises to help you learn D.

Getting Started

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.

Status

Currently alpha, but has 36 examples

upto ranges but not yet into the meat of meta programming

Contributing

see .dev/CONTRIBUTING.md