Solved acronym in Bash

This commit is contained in:
2023-04-25 19:23:26 +02:00
parent 76c2f81d48
commit 0a54d06454
7 changed files with 908 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"authors": [
"netserf"
],
"contributors": [
"bkhl",
"budmc29",
"glennj",
"guygastineau",
"IsaacG",
"kotp",
"lemoncurry",
"sjwarner-bp",
"ZapAnton"
],
"files": {
"solution": [
"acronym.sh"
],
"test": [
"acronym.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Convert a long phrase to its acronym.",
"source": "Julien Vanier",
"source_url": "https://github.com/monkbroc"
}