23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"authors": [
|
|
"Stargator"
|
|
],
|
|
"contributors": [
|
|
"kytrinyx"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/anagram.dart"
|
|
],
|
|
"test": [
|
|
"test/anagram_test.dart"
|
|
],
|
|
"example": [
|
|
".meta/lib/example.dart"
|
|
]
|
|
},
|
|
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
|
|
"source": "Inspired by the Extreme Startup game",
|
|
"source_url": "https://github.com/rchatley/extreme_startup"
|
|
}
|