mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
20 lines
397 B
JSON
20 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/"
|
||
|
}
|