Files
Exercism/bash/tournament/.exercism/config.json

22 lines
317 B
JSON

{
"authors": [
"glennj"
],
"contributors": [
"guygastineau",
"IsaacG"
],
"files": {
"solution": [
"tournament.sh"
],
"test": [
"tournament.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Tally the results of a small football competition."
}