Solution to tournament in Bash

This commit is contained in:
2023-10-07 15:09:13 +02:00
parent 888b84bef9
commit 83538317ee
7 changed files with 1190 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"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."
}

View File

@@ -0,0 +1 @@
{"track":"bash","exercise":"tournament","id":"d43f98a967f14693bc86e6eb2479c653","url":"https://exercism.org/tracks/bash/exercises/tournament","handle":"Kimawari","is_requester":true,"auto_approve":false}