Solution to resistor-color-duo in Bash

This commit is contained in:
2023-05-27 17:48:54 +02:00
parent 693945e316
commit ffb3f4804b
7 changed files with 951 additions and 0 deletions

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

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