23 lines
375 B
JSON
Raw Permalink Normal View History

2024-10-14 11:37:17 +02:00
{
"authors": [
"johnngugi"
],
"contributors": [
"amscotti",
"kytrinyx"
],
"files": {
"solution": [
"lib/matching_brackets.dart"
],
"test": [
"test/matching_brackets_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Make sure the brackets and braces all match.",
"source": "Ginna Baker"
}