Skip to content

Commit 933e3ed

Browse files
ErikSchierboomglennj
authored andcommitted
Sync the resistor-color-duo exercise's docs with the latest data. (exercism#358)
1 parent b3882b2 commit 933e3ed

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

exercises/practice/resistor-color-duo/.docs/instructions.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ The program will take color names as input and output a two digit number, even i
1717

1818
The band colors are encoded as follows:
1919

20-
- Black: 0
21-
- Brown: 1
22-
- Red: 2
23-
- Orange: 3
24-
- Yellow: 4
25-
- Green: 5
26-
- Blue: 6
27-
- Violet: 7
28-
- Grey: 8
29-
- White: 9
20+
- black: 0
21+
- brown: 1
22+
- red: 2
23+
- orange: 3
24+
- yellow: 4
25+
- green: 5
26+
- blue: 6
27+
- violet: 7
28+
- grey: 8
29+
- white: 9
3030

3131
From the example above:
3232
brown-green should return 15, and

0 commit comments

Comments
 (0)