matching_brackets

This commit is contained in:
2024-07-06 21:30:26 -04:00
parent 22d545194e
commit 34e04eff6a
10 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"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"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"matching-brackets","id":"7934a9822b254a919f4aa9454f9c9455","url":"https://exercism.org/tracks/elixir/exercises/matching-brackets","handle":"negrienko","is_requester":true,"auto_approve":false}