Newer
Older
exercism-cpp / darts / .exercism / config.json
{
  "authors": [
    "KevDi"
  ],
  "contributors": [
    "kytrinyx"
  ],
  "files": {
    "solution": [
      "darts.cpp",
      "darts.h"
    ],
    "test": [
      "darts_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "blurb": "Write a function that returns the earned points in a single toss of a Darts game.",
  "source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
}