42 lines
769 B
JSON
42 lines
769 B
JSON
{
|
|
"authors": [
|
|
"rubysolo"
|
|
],
|
|
"contributors": [
|
|
"andrewsardone",
|
|
"angelikatyborska",
|
|
"Br1ght0ne",
|
|
"Cohen-Carlisle",
|
|
"crazymykl",
|
|
"dalexj",
|
|
"devonestes",
|
|
"henrik",
|
|
"jeremy-w",
|
|
"jinyeow",
|
|
"kytrinyx",
|
|
"lpil",
|
|
"markijbema",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"pminten",
|
|
"sotojuan",
|
|
"Teapane",
|
|
"tjcelaya",
|
|
"waiting-for-dev"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/anagram.ex"
|
|
],
|
|
"test": [
|
|
"test/anagram_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"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"
|
|
}
|