summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/hamming/.exercism/config.json
blob: e9e8fec39df845d0af5d91b96ce2947761857e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "blurb": "Calculate the Hamming difference between two DNA strands.",
  "authors": [
    "PurityControl"
  ],
  "contributors": [
    "benreyn",
    "vermiculus",
    "yurrriq"
  ],
  "files": {
    "solution": [
      "hamming.el"
    ],
    "test": [
      "hamming-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "The Calculating Point Mutations problem at Rosalind",
  "source_url": "http://rosalind.info/problems/hamm/"
}