33 lines
497 B
JSON
33 lines
497 B
JSON
{
|
|
"blurb": "Tally the results of a small football competition.",
|
|
"authors": [
|
|
"pminten"
|
|
],
|
|
"contributors": [
|
|
"alebaffa",
|
|
"bitfield",
|
|
"ekingery",
|
|
"ferhatelmas",
|
|
"hilary",
|
|
"kytrinyx",
|
|
"leenipper",
|
|
"manavo",
|
|
"petertseng",
|
|
"robphoenix",
|
|
"sebito91",
|
|
"soniakeys",
|
|
"tleen"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"tournament.go"
|
|
],
|
|
"test": [
|
|
"tournament_test.go"
|
|
],
|
|
"example": [
|
|
".meta/example.go"
|
|
]
|
|
}
|
|
}
|