30 lines
509 B
JSON
30 lines
509 B
JSON
{
|
|
"authors": [
|
|
"jimmbraddock"
|
|
],
|
|
"contributors": [
|
|
"angelikatyborska",
|
|
"awochna",
|
|
"Cohen-Carlisle",
|
|
"devonestes",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"sotojuan"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/isogram.ex"
|
|
],
|
|
"test": [
|
|
"test/isogram_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"blurb": "Determine if a word or phrase is an isogram.",
|
|
"source": "Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Isogram"
|
|
}
|