exercism/elixir/resistor-color/.exercism/config.json

23 lines
470 B
JSON

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