Solved hamming in Bash
This commit is contained in:
33
bash/hamming/.exercism/config.json
Normal file
33
bash/hamming/.exercism/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"authors": [],
|
||||
"contributors": [
|
||||
"adelcambre",
|
||||
"bkhl",
|
||||
"budmc29",
|
||||
"glennj",
|
||||
"guygastineau",
|
||||
"IsaacG",
|
||||
"kenden",
|
||||
"kotp",
|
||||
"kytrinyx",
|
||||
"platinumthinker",
|
||||
"rootulp",
|
||||
"sjwarner-bp",
|
||||
"Smarticles101",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"hamming.sh"
|
||||
],
|
||||
"test": [
|
||||
"hamming.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Calculate the Hamming difference between two DNA strands.",
|
||||
"source": "The Calculating Point Mutations problem at Rosalind",
|
||||
"source_url": "https://rosalind.info/problems/hamm/"
|
||||
}
|
||||
1
bash/hamming/.exercism/metadata.json
Normal file
1
bash/hamming/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"hamming","id":"cd5b59d38970404aa5ff5ed7b16f9a6b","url":"https://exercism.org/tracks/bash/exercises/hamming","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user