Files
Exercism/bash/hamming/.exercism/config.json
2023-04-20 21:25:55 +02:00

34 lines
620 B
JSON

{
"authors": [],
"contributors": [
"adelcambre",
"bkhl",
"budmc29",
"glennj",
"guygastineau",
"IsaacG",
"kenden",
"kotp",
"kytrinyx",
"platinumthinker",
"rootulp",
"sjwarner-bp",
"Smarticles101",
"ZapAnton"
],
"files": {
"solution": [
"hamming.sh"
],
"test": [
"hamming.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Calculate the Hamming difference between two DNA strands.",
"source": "The Calculating Point Mutations problem at Rosalind",
"source_url": "https://rosalind.info/problems/hamm/"
}