Skip to content

Commit

Permalink
Sync the resistor-color-duo exercise's docs with the latest data. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Jul 12, 2024
1 parent bf8b73d commit bcc6121
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions exercises/practice/resistor-color-duo/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ The program will take color names as input and output a two digit number, even i

The band colors are encoded as follows:

- Black: 0
- Brown: 1
- Red: 2
- Orange: 3
- Yellow: 4
- Green: 5
- Blue: 6
- Violet: 7
- Grey: 8
- White: 9
- black: 0
- brown: 1
- red: 2
- orange: 3
- yellow: 4
- green: 5
- blue: 6
- violet: 7
- grey: 8
- white: 9

From the example above:
brown-green should return 15, and
Expand Down

0 comments on commit bcc6121

Please sign in to comment.