Files
Exercism/bash/proverb/.exercism/config.json
2023-07-15 18:39:44 +02:00

26 lines
497 B
JSON

{
"authors": [
"glennj"
],
"contributors": [
"bkhl",
"guygastineau",
"IsaacG",
"kotp"
],
"files": {
"solution": [
"proverb.sh"
],
"test": [
"proverb.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/For_Want_of_a_Nail"
}