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