Solved pangram in Bash
This commit is contained in:
30
bash/pangram/.exercism/config.json
Normal file
30
bash/pangram/.exercism/config.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user