We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5d1c14 + faf6122 commit c53bc5cCopy full SHA for c53bc5c
exercises/concept/resistor-color/.meta/config.json
@@ -1,8 +1,10 @@
1
{
2
+ "blurb": "Convert a resistor band's color to its numeric representation and back, using external crates",
3
"authors": [
4
"still-flow",
5
"coriolinus"
6
],
7
+ "contributors": [],
8
"files": {
9
"solution": [
10
"src/lib.rs",
@@ -15,7 +17,7 @@
15
17
".meta/exemplar.rs"
16
18
]
19
},
- "blurb": "Convert a resistor band's color to its numeric representation and back, using external crates",
20
"source": "Maud de Vries, Erik Schierboom",
- "source_url": "https://github.com/exercism/problem-specifications/issues/1458"
21
+ "source_url": "https://github.com/exercism/problem-specifications/issues/1458",
22
+ "test_runner": false
23
}
0 commit comments