Giter VIP home page Giter VIP logo

d's Introduction

Exercism D Track

Tests GitHub issues GitHub forks GitHub license

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

d's People

Contributors

erikschierboom avatar kytrinyx avatar amscotti avatar petertseng avatar tmccombs avatar exercism-bot avatar bobahop avatar dependabot[bot] avatar thesmartnik avatar celavek avatar dkinzer avatar catb0t avatar 0x647262 avatar jackhughesweb avatar joeltaylor avatar jonmcalder avatar maxhaton avatar sjwarner avatar wilzbach avatar ee7 avatar son1112 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.