Responses for exercises in Exercism.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
431 B

{
"blurb": "Convert color codes, as used on resistors, to a numeric value.",
"authors": ["msomji"],
"contributors": ["EduardoBautista", "SleeplessByte"],
"files": {
"solution": ["resistor-color-duo.ts"],
"test": ["resistor-color-duo.test.ts"],
"example": [".meta/proof.ci.ts"]
},
"source": "Maud de Vries, Erik Schierboom",
"source_url": "https://github.com/exercism/problem-specifications/issues/1464"
}