We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
config.json
1 parent 6908d58 commit 0c7d167Copy full SHA for 0c7d167
exercises/practice/bottle-song/.meta/config.json
@@ -1,8 +1,7 @@
1
{
2
- "title": "Bottle Song",
3
- "blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.",
4
- "authors": ["antoine-duchenet"],
5
- "contributors": [],
+ "authors": [
+ "antoine-duchenet"
+ ],
6
"files": {
7
"solution": [
8
"lib/bottle_song.ex"
@@ -14,6 +13,7 @@
14
13
".meta/example.ex"
15
]
16
},
+ "blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.",
17
"source": "Wikipedia",
18
"source_url": "https://en.wikipedia.org/wiki/Ten_Green_Bottles"
19
}
0 commit comments