25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"authors": [
|
|
"SuperPaintman"
|
|
],
|
|
"contributors": [
|
|
"jerold",
|
|
"Stargator",
|
|
"kytrinyx"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/hamming.dart"
|
|
],
|
|
"test": [
|
|
"test/hamming_test.dart"
|
|
],
|
|
"example": [
|
|
".meta/lib/example.dart"
|
|
]
|
|
},
|
|
"blurb": "Calculate the Hamming difference between two DNA strands.",
|
|
"source": "The Calculating Point Mutations problem at Rosalind",
|
|
"source_url": "https://rosalind.info/problems/hamm/"
|
|
}
|