Files
gleam-learning/bandwagoner/.exercism/config.json
markgerrard f44556408b add bandwagoner test
Using custom types and records
2026-03-17 21:38:17 +00:00

25 lines
423 B
JSON

{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/bandwagoner.gleam"
],
"test": [
"test/bandwagoner_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"fsharp/bandwagoner"
],
"blurb": "Learn about labelled fields by keeping a history of basketball statistics"
}