Files
exercism/powershell/nucleotide-count/.exercism/config.json
2021-11-26 02:30:19 -06:00

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/"
}