Files
Exercism/bash/acronym/.exercism/config.json
2023-04-25 19:23:26 +02:00

31 lines
481 B
JSON

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