Sha256: 38ca0f5181c3e6065e45d22ac07e03578ed25b877f3ed8326d2e4de3c48de302

Contents?: true

Size: 1.68 KB

Versions: 154

Compression:

Stored size: 1.68 KB

Contents

# xDLang

Exercism exercises in the D Programming Language

[![Build Status](https://travis-ci.org/exercism/dlang.svg?branch=master)](https://travis-ci.org/exercism/dlang)

## Filenames

Each exercise is identified by a slug.
The slug is all lower-case, and if it is multiple words, it is hyphenated.

E.g. `circular-buffer`.

The following conventions are used when adding a new exercise:

* Name the directory `$SLUG`
* Place the tests in `source/$SLUG.d`, replacing hyphens with underscores.
* Place the example solution in `example/$SLUG.d`, replacing hyphens with underscores.
* Add a file named `dub.sdl` with two lines: `name "$SLUG"` and `buildRequirements "disallowDeprecations"`.

E.g.

```
$ tree exercises/circular-buffer
exercises/circular-buffer/
├── dub.sdl
├── source
│   └── circular_buffer.d
└── example
    └── circular_buffer.d

2 directories, 3 files
```

## Contributing

If you're having trouble getting this project set up locally, please open an issue and we'll help you get it sorted (and then see about improving the documentation).

There is useful Exercism-wide documentation about contributing to language tracks in the [exercism/docs](https://github.com/exercism/docs/blob/master/language-tracks/README.md) repository.

### D icon
The D "Digital Mars" logo is owned by Digital Mars, Inc. Digital Mars, Inc. allows anyone to use, modify and redistribute the logo provided that the copyright holder is properly attributed. The original image is part of the D programming language "dlang.org" source repository, released under version 1.0 of the Boost Software License. We have modified the image, changing the colour scheme, to create the D icon for Exercism.

Version data entries

154 entries across 154 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/d/README.md
trackler-2.2.1.179 tracks/d/README.md
trackler-2.2.1.178 tracks/d/README.md
trackler-2.2.1.177 tracks/d/README.md
trackler-2.2.1.176 tracks/d/README.md
trackler-2.2.1.175 tracks/d/README.md
trackler-2.2.1.174 tracks/d/README.md
trackler-2.2.1.173 tracks/d/README.md
trackler-2.2.1.172 tracks/d/README.md
trackler-2.2.1.171 tracks/d/README.md
trackler-2.2.1.170 tracks/d/README.md
trackler-2.2.1.169 tracks/d/README.md
trackler-2.2.1.167 tracks/d/README.md
trackler-2.2.1.166 tracks/d/README.md
trackler-2.2.1.165 tracks/d/README.md
trackler-2.2.1.164 tracks/d/README.md
trackler-2.2.1.163 tracks/d/README.md
trackler-2.2.1.162 tracks/d/README.md
trackler-2.2.1.161 tracks/d/README.md
trackler-2.2.1.160 tracks/d/README.md