high-score-board
This commit is contained in:
24
high-score-board/.exercism/config.json
Normal file
24
high-score-board/.exercism/config.json
Normal 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."
|
||||
}
|
||||
1
high-score-board/.exercism/metadata.json
Normal file
1
high-score-board/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user