resistor-color

This commit is contained in:
Alexander Heldt
2025-11-08 11:16:09 +01:00
parent 0df72539ef
commit 1c8dcb28be
9 changed files with 285 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"authors": [
"lpil"
],
"contributors": [
"itsgreggreg"
],
"files": {
"solution": [
"src/resistor_color.gleam"
],
"test": [
"test/resistor_color_test.gleam"
],
"example": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"blurb": "Convert a resistor band's color to its numeric representation.",
"source": "Maud de Vries, Erik Schierboom",
"source_url": "https://github.com/exercism/problem-specifications/issues/1458"
}

View File

@@ -0,0 +1 @@
{"track":"gleam","exercise":"resistor-color","id":"f06cbb641e8b4bb498e5670da2e735a5","url":"https://exercism.org/tracks/gleam/exercises/resistor-color","handle":"fw353qwgs","is_requester":true,"auto_approve":false}