Solution to resistor-color-trio in bash

This commit is contained in:
2023-08-13 16:15:14 +02:00
parent 6db87ea8f4
commit 888b84bef9
7 changed files with 1004 additions and 0 deletions

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

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