Solved hamming in Bash

This commit is contained in:
2023-04-20 21:25:55 +02:00
parent 8a54eb45e8
commit 76c2f81d48
7 changed files with 947 additions and 0 deletions

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

View 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}