Skip to content

Commit 6f5af33

Browse files
Add table for plants
1 parent 3b72462 commit 6f5af33

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

exercises/kindergarten-garden/instructions.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Instructions
1+
`# Instructions
22

33
Your task is to, given a diagram, determine which plants each child in the kindergarten class is responsible for.
44

@@ -8,7 +8,12 @@ There are 12 children in the class:
88

99
Four different types of seeds are planted:
1010

11-
- Grass ("G"), clover ("C"), radishes ("R"), and violets ("V")
11+
| Plant | Diagram encoding |
12+
| ------ | ---------------- |
13+
| Grass | G |
14+
| Clover | C |
15+
| Radish | R |
16+
| Violet | V |
1217

1318
Each child gets four cups, two on each row:
1419

0 commit comments

Comments
 (0)