exercism.org/c/high-scores/.exercism/config.json
2024-03-24 18:37:22 +01:00

24 lines
428 B
JSON

{
"authors": [
"keiravillekode"
],
"contributors": [
"ryanplusplus",
"siebenschlaefer"
],
"files": {
"solution": [
"high_scores.c",
"high_scores.h"
],
"test": [
"test_high_scores.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"blurb": "Manage a player's High Score list.",
"source": "Tribute to the eighties' arcade game Frogger"
}