resistor_color

This commit is contained in:
2024-03-11 11:20:18 -04:00
parent af9641f4e9
commit 4265743d75
10 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"authors": [
"Bscruz19"
],
"contributors": [
"angelikatyborska"
],
"files": {
"solution": [
"lib/resistor_color.ex"
],
"test": [
"test/resistor_color_test.exs"
],
"example": [
".meta/example.ex"
]
},
"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":"elixir","exercise":"resistor-color","id":"fc40c77e3ca8429bab5959f239071895","url":"https://exercism.org/tracks/elixir/exercises/resistor-color","handle":"negrienko","is_requester":true,"auto_approve":false}