Sha256: f64a889a2c428862d61d52e9e199929c7d318b3c25fc2c3c3084406a5eb0b4bb
Contents?: true
Size: 1.25 KB
Versions: 181
Compression:
Stored size: 1.25 KB
Contents
# 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](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data) ## 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.
Version data entries
181 entries across 181 versions & 1 rubygems