exercism/elixir/matching-brackets/.exercism/config.json

31 lines
520 B
JSON
Raw Normal View History

2024-07-07 01:30:26 +00:00
{
"authors": [
"jimmbraddock"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"lex57ukr",
"lpil",
"neenjaw",
"parkerl",
"sotojuan",
"waiting-for-dev",
"workingjubilee"
],
"files": {
"solution": [
"lib/matching_brackets.ex"
],
"test": [
"test/matching_brackets_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Make sure the brackets and braces all match.",
"source": "Ginna Baker"
}