Newer
Older
exercism-cpp / nucleotide-count / .exercism / config.json
{
  "blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "objarni",
    "patricksjackson",
    "sjakobi"
  ],
  "files": {
    "solution": [
      "nucleotide_count.cpp",
      "nucleotide_count.h"
    ],
    "test": [
      "nucleotide_count_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "The Calculating DNA Nucleotides_problem at Rosalind",
  "source_url": "http://rosalind.info/problems/dna/"
}