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.
 
 
 
 
 
 

10 lines
279 B

{
"blurb": "Convert a resistor band's color to its numeric representation",
"authors": ["camilopayan"],
"contributors": ["MichaelBunker"],
"files": {
"solution": ["ResistorColor.php"],
"test": ["ResistorColorTest.php"],
"example": [".meta/example.php"]
}
}