Solution to matching brackets in Bash
This commit is contained in:
24
bash/matching-brackets/.exercism/config.json
Normal file
24
bash/matching-brackets/.exercism/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user