mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-15 10:11:47 -06:00
23 lines
484 B
JSON
23 lines
484 B
JSON
{
|
|
"blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
|
|
"authors": [
|
|
"gyssels"
|
|
],
|
|
"contributors": [
|
|
"kchenery"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"NucleotideCount.ps1"
|
|
],
|
|
"test": [
|
|
"NucleotideCount.tests.ps1"
|
|
],
|
|
"example": [
|
|
".meta/NucleotideCount.example.ps1"
|
|
]
|
|
},
|
|
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
|
|
"source_url": "http://rosalind.info/problems/dna/"
|
|
}
|