Skip to content

Commit 32100ab

Browse files
twelve-days: clarify Instructions (#2003)
Add additional instructions for `twelve-days` exercise. Co-authored-by: Erik Schierboom <[email protected]>
1 parent 3e1cfcb commit 32100ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

exercises/twelve-days/description.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Description
22

3-
Output the lyrics to 'The Twelve Days of Christmas'.
3+
Your task in this exercise is to write code that returns the lyrics of the song: "The Twelve Days of Christmas."
4+
5+
"The Twelve Days of Christmas" is a common English Christmas carol. Each subsequent verse of the song builds on the previous verse.
6+
7+
The lyrics your code returns should _exactly_ match the full song text shown below.
8+
9+
## Lyrics
410

511
```text
612
On the first day of Christmas my true love gave to me: a Partridge in a Pear Tree.

0 commit comments

Comments
 (0)