D Language

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax. - Home

online

## DUB (package/project manager) Starting a new project

dub init myproject

Execute dub build to build your project, dub run to build and run it, or dub test to build and run unit tests.

Ressources

Notes

Written on October 3, 2019, Last update on September 4, 2020
dlang lang