exercism/rust/bottle-song/.exercism/config.json
2025-12-09 15:12:55 +03:00

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"
}