high-score-board

This commit is contained in:
Alexander Heldt
2025-11-08 15:30:12 +01:00
parent fad9b41d97
commit 84098e7db9
10 changed files with 369 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
{"track":"gleam","exercise":"high-score-board","id":"51923a5987d74c51bcec5743a623c549","url":"https://exercism.org/tracks/gleam/exercises/high-score-board","handle":"fw353qwgs","is_requester":true,"auto_approve":false}