Files
Exercism/bash/matching-brackets/.exercism/config.json

25 lines
376 B
JSON

{
"authors": [
"glennj"
],
"contributors": [
"bkhl",
"guygastineau",
"IsaacG",
"kotp"
],
"files": {
"solution": [
"matching_brackets.sh"
],
"test": [
"matching_brackets.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Make sure the brackets and braces all match.",
"source": "Ginna Baker"
}