mirror of
https://github.com/rjNemo/exercism-elixir
synced 2026-06-06 02:16:48 +00:00
18 lines
445 B
JSON
18 lines
445 B
JSON
{
|
|
"authors": ["jiegillet"],
|
|
"contributors": [],
|
|
"files": {
|
|
"example": [
|
|
".meta/example.ex"
|
|
],
|
|
"solution": [
|
|
"lib/resistor_color_duo.ex"
|
|
],
|
|
"test": [
|
|
"test/resistor_color_duo_test.exs"
|
|
]
|
|
},
|
|
"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"
|
|
}
|