Newer
Older
exercism-cpp / hamming / .exercism / config.json
{
  "blurb": "Calculate the Hamming difference between two DNA strands.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "patricksjackson",
    "sjwarner"
  ],
  "files": {
    "solution": [
      "hamming.cpp",
      "hamming.h"
    ],
    "test": [
      "hamming_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "The Calculating Point Mutations problem at Rosalind",
  "source_url": "http://rosalind.info/problems/hamm/"
}