mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-15 16:11:41 -06:00
PowerShell - hamming
This commit is contained in:
27
powershell/hamming/.exercism/config.json
Normal file
27
powershell/hamming/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"blurb": "Calculate the Hamming difference between two DNA strands.",
|
||||
"authors": [
|
||||
"spuder"
|
||||
],
|
||||
"contributors": [
|
||||
"cmccandless",
|
||||
"daveyarwood",
|
||||
"gyssels",
|
||||
"kchenery",
|
||||
"kytrinyx",
|
||||
"sjwarner"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"HammingDifference.ps1"
|
||||
],
|
||||
"test": [
|
||||
"HammingDifference.tests.ps1"
|
||||
],
|
||||
"example": [
|
||||
".meta/HammingDifference.example.ps1"
|
||||
]
|
||||
},
|
||||
"source": "The Calculating Point Mutations problem at Rosalind",
|
||||
"source_url": "http://rosalind.info/problems/hamm/"
|
||||
}
|
||||
1
powershell/hamming/.exercism/metadata.json
Normal file
1
powershell/hamming/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"powershell","exercise":"hamming","id":"e1d305d9542d4b7db55a294b3887ef4e","url":"https://exercism.org/tracks/powershell/exercises/hamming","handle":"Xevion","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user