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.
 
 
 
 
 
 

25 lines
517 B

{
"blurb": "Convert a resistor band's color to its numeric representation",
"authors": [
"wolf99"
],
"contributors": [
"elyashiv",
"ryanplusplus"
],
"files": {
"solution": [
"resistor_color.c",
"resistor_color.h"
],
"test": [
"test_resistor_color.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"source": "Maud de Vries, Erik Schierboom",
"source_url": "https://github.com/exercism/problem-specifications/issues/1458"
}