Sha256: 04849e028cee98129efa52cd5f93ffbb56ec6a1e7880dc7bad2d1afc9904f3cc

Contents?: true

Size: 1.46 KB

Versions: 20

Compression:

Stored size: 1.46 KB

Contents

# xDLang

Exercism exercises in the D Programming Language

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

## 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 Guide

Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)


### 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

20 entries across 20 versions & 1 rubygems

Version Path
trackler-2.1.0.48 tracks/dlang/README.md
trackler-2.1.0.47 tracks/dlang/README.md
trackler-2.1.0.46 tracks/dlang/README.md
trackler-2.1.0.45 tracks/dlang/README.md
trackler-2.1.0.44 tracks/dlang/README.md
trackler-2.1.0.43 tracks/dlang/README.md
trackler-2.1.0.42 tracks/dlang/README.md
trackler-2.1.0.41 tracks/dlang/README.md
trackler-2.1.0.40 tracks/dlang/README.md
trackler-2.1.0.39 tracks/dlang/README.md
trackler-2.1.0.38 tracks/dlang/README.md
trackler-2.1.0.37 tracks/dlang/README.md
trackler-2.1.0.36 tracks/dlang/README.md
trackler-2.1.0.34 tracks/dlang/README.md
trackler-2.1.0.33 tracks/dlang/README.md
trackler-2.1.0.32 tracks/dlang/README.md
trackler-2.1.0.31 tracks/dlang/README.md
trackler-2.1.0.30 tracks/dlang/README.md
trackler-2.1.0.29 tracks/dlang/README.md
trackler-2.1.0.28 tracks/dlang/README.md