Files
exercism-workspace/high-score-board/.exercism/config.json
Alexander Heldt 84098e7db9 high-score-board
2025-11-08 15:30:12 +01:00

25 lines
432 B
JSON

{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/high_score_board.gleam"
],
"test": [
"test/high_score_board_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"javascript/high-score-board"
],
"blurb": "Practice Gleam dicts by tracking high scores of an arcade game."
}