bottles...
This commit is contained in:
parent
54d87f5415
commit
e6fbfccb42
7 changed files with 378 additions and 0 deletions
20
rust/bottle-song/.exercism/config.json
Normal file
20
rust/bottle-song/.exercism/config.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue