Sync the resistor-color exercise's docs with the latest data. (#199)

This commit is contained in:
Erik Schierboom
2024-07-11 15:31:43 +02:00
committed by GitHub
parent b54ec6459e
commit 9034bcb6aa

View File

@@ -15,16 +15,16 @@ In this exercise you are going to create a helpful program so that you don't hav
These 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
The goal of this exercise is to create a way: