mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
38 lines
719 B
JSON
38 lines
719 B
JSON
{
|
|
"authors": [
|
|
"sunzenshen"
|
|
],
|
|
"contributors": [
|
|
"bcc32",
|
|
"Gamecock",
|
|
"gea-migration",
|
|
"h-3-0",
|
|
"hintjens",
|
|
"JacobMikkelsen",
|
|
"kytrinyx",
|
|
"lpil",
|
|
"patricksjackson",
|
|
"QLaille",
|
|
"RealBarrettBrown",
|
|
"ryanplusplus",
|
|
"siebenschlaefer",
|
|
"sjwarner",
|
|
"wolf99"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"hamming.c",
|
|
"hamming.h"
|
|
],
|
|
"test": [
|
|
"test_hamming.c"
|
|
],
|
|
"example": [
|
|
".meta/example.c",
|
|
".meta/example.h"
|
|
]
|
|
},
|
|
"blurb": "Calculate the Hamming difference between two DNA strands.",
|
|
"source": "The Calculating Point Mutations problem at Rosalind",
|
|
"source_url": "https://rosalind.info/problems/hamm/"
|
|
}
|