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.
resistor-color
1 parent 3ae62f0 commit 8dbe20eCopy full SHA for 8dbe20e
exercises/practice/resistor-color/.docs/instructions.md
@@ -15,16 +15,16 @@ In this exercise you are going to create a helpful program so that you don't hav
15
16
These colors are encoded as follows:
17
18
-- Black: 0
19
-- Brown: 1
20
-- Red: 2
21
-- Orange: 3
22
-- Yellow: 4
23
-- Green: 5
24
-- Blue: 6
25
-- Violet: 7
26
-- Grey: 8
27
-- White: 9
+- black: 0
+- brown: 1
+- red: 2
+- orange: 3
+- yellow: 4
+- green: 5
+- blue: 6
+- violet: 7
+- grey: 8
+- white: 9
28
29
The goal of this exercise is to create a way:
30
0 commit comments