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.
1 parent 3e1cfcb commit 32100abCopy full SHA for 32100ab
exercises/twelve-days/description.md
@@ -1,6 +1,12 @@
1
# Description
2
3
-Output the lyrics to 'The Twelve Days of Christmas'.
+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
10
11
```text
12
On the first day of Christmas my true love gave to me: a Partridge in a Pear Tree.
0 commit comments