Initial upload
This commit is contained in:
22
elixir/resistor-color/.exercism/config.json
Normal file
22
elixir/resistor-color/.exercism/config.json
Normal 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"
|
||||
}
|
1
elixir/resistor-color/.exercism/metadata.json
Normal file
1
elixir/resistor-color/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"resistor-color","id":"6cbe5be0c48246928be738b759e13520","url":"https://exercism.org/tracks/elixir/exercises/resistor-color","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user