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

23 lines
386 B
JSON

{
"authors": [
"amscotti"
],
"contributors": [
"kytrinyx"
],
"files": {
"solution": [
"lib/pangram.dart"
],
"test": [
"test/pangram_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Determine if a sentence is a pangram.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Pangram"
}