Newer
Older
exercism-cpp / scrabble-score / .exercism / config.json
@Wook Song Wook Song on 29 Oct 2022 611 bytes Easy: Add a solution for "Scrabble Score"
{
  "blurb": "Given a word, compute the Scrabble score for that word.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "drewbs",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "scrabble_score.cpp",
      "scrabble_score.h"
    ],
    "test": [
      "scrabble_score_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Inspired by the Extreme Startup game",
  "source_url": "https://github.com/rchatley/extreme_startup"
}