/xdlang

Exercism Exercises in the D programming language

Primary LanguageDMIT LicenseMIT

xDLang

Exercism exercises in the D Programming Language

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 $SLUG.d, replacing underscores with hyphens.
  • Name the example solution $SLUG_example, replacing underscores with hyphens.

E.g.

$ tree exercises/circular-buffer
exercises/circular-buffer/
├── circular_buffer.d
└── circular_buffer_example.d

0 directories, 2 files

Contributing Guide

Please see the contributing guide

License

The MIT License (MIT)

Copyright (c) 2014 Katrina Owen, _@kytrinyx.com

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.