20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"authors": [
|
|
"ellnix"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/bottle_song.rs"
|
|
],
|
|
"example": [
|
|
".meta/example.rs"
|
|
]
|
|
},
|
|
"blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.",
|
|
"source": "Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Ten_Green_Bottles"
|
|
}
|