23 lines
393 B
JSON
23 lines
393 B
JSON
{
|
|
"authors": [
|
|
"jvarness"
|
|
],
|
|
"contributors": [
|
|
"kytrinyx"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/isogram.dart"
|
|
],
|
|
"test": [
|
|
"test/isogram_test.dart"
|
|
],
|
|
"example": [
|
|
".meta/lib/example.dart"
|
|
]
|
|
},
|
|
"blurb": "Determine if a word or phrase is an isogram.",
|
|
"source": "Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Isogram"
|
|
}
|