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"
|
||||
}
|
||||
1
bash/pangram/.exercism/metadata.json
Normal file
1
bash/pangram/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"pangram","id":"eeb5867e5f8d4c9bb9f820bf5a5bff86","url":"https://exercism.org/tracks/bash/exercises/pangram","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user