mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
19 lines
397 B
JSON
19 lines
397 B
JSON
{
|
|
"authors": [
|
|
"massivelivefun"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"hamming.zig"
|
|
],
|
|
"test": [
|
|
"test_hamming.zig"
|
|
],
|
|
"example": [
|
|
".meta/example.zig"
|
|
]
|
|
},
|
|
"blurb": "Calculate the Hamming difference between two DNA strands.",
|
|
"source": "The Calculating Point Mutations problem at Rosalind",
|
|
"source_url": "https://rosalind.info/problems/hamm/"
|
|
}
|