matching_brackets
This commit is contained in:
30
elixir/matching-brackets/.exercism/config.json
Normal file
30
elixir/matching-brackets/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
elixir/matching-brackets/.exercism/metadata.json
Normal file
1
elixir/matching-brackets/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user