Solution to resistor-color-duo in Bash
This commit is contained in:
25
bash/resistor-color-duo/.exercism/config.json
Normal file
25
bash/resistor-color-duo/.exercism/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"authors": [
|
||||
"glennj"
|
||||
],
|
||||
"contributors": [
|
||||
"bkhl",
|
||||
"guygastineau",
|
||||
"IsaacG",
|
||||
"kotp"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"resistor_color_duo.sh"
|
||||
],
|
||||
"test": [
|
||||
"resistor_color_duo.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Convert color codes, as used on resistors, to a numeric value.",
|
||||
"source": "Maud de Vries, Erik Schierboom",
|
||||
"source_url": "https://github.com/exercism/problem-specifications/issues/1464"
|
||||
}
|
||||
1
bash/resistor-color-duo/.exercism/metadata.json
Normal file
1
bash/resistor-color-duo/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"resistor-color-duo","id":"7e7f83b104f4456080120e237c9cbda1","url":"https://exercism.org/tracks/bash/exercises/resistor-color-duo","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user