Files
Exercism/bash/pangram/.exercism/config.json
2023-04-25 20:06:40 +02:00

31 lines
501 B
JSON

{
"authors": [
"jaggededgedjustice"
],
"contributors": [
"bkhl",
"budmc29",
"glennj",
"guygastineau",
"IsaacG",
"kotp",
"sjwarner-bp",
"Smarticles101",
"ZapAnton"
],
"files": {
"solution": [
"pangram.sh"
],
"test": [
"pangram.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Determine if a sentence is a pangram.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Pangram"
}