2024-10-14 11:37:17 +02:00

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"
}