Newer
Older
exercism-cpp / isogram / .exercism / config.json
@Wook Song Wook Song on 20 Oct 2022 465 bytes Easy: Add solutions for three exercises
{
  "blurb": "Determine if a word or phrase is an isogram.",
  "authors": [
    "chgraef"
  ],
  "contributors": [
    "elyashiv",
    "KevinWMatthews",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "isogram.cpp",
      "isogram.h"
    ],
    "test": [
      "isogram_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Wikipedia",
  "source_url": "https://en.wikipedia.org/wiki/Isogram"
}