Solved pangram in Bash

This commit is contained in:
2023-04-25 20:06:40 +02:00
parent af54b17140
commit fcae51f2c2
7 changed files with 925 additions and 0 deletions

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

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