bottles...

This commit is contained in:
Rorik Star Platinum 2025-12-09 15:12:55 +03:00
parent 54d87f5415
commit e6fbfccb42
7 changed files with 378 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"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"
}