mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-16 22:11:51 -06:00
PowerShell - nucleotide-count
This commit is contained in:
22
powershell/nucleotide-count/.exercism/config.json
Normal file
22
powershell/nucleotide-count/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
1
powershell/nucleotide-count/.exercism/metadata.json
Normal file
1
powershell/nucleotide-count/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"powershell","exercise":"nucleotide-count","id":"7817a1dab53e4af18785a020a493fa16","url":"https://exercism.org/tracks/powershell/exercises/nucleotide-count","handle":"Xevion","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user