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

20 lines
431 B
JSON
Raw Permalink Normal View History

2024-06-27 21:36:16 +00:00
{
"authors": [
"jiegillet"
],
"files": {
"solution": [
"lib/resistor_color_duo.ex"
],
"test": [
"test/resistor_color_duo_test.exs"
],
"example": [
".meta/example.ex"
]
},
"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"
}