add bandwagoner test

Using custom types and records
This commit is contained in:
markgerrard
2026-03-17 21:38:17 +00:00
parent e9354a7920
commit f44556408b
10 changed files with 599 additions and 0 deletions

View File

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