Files
gleam-learning/bettys-bike-shop/.exercism/config.json
markgerrard e9354a7920 first commit
2026-03-17 20:44:57 +00:00

22 lines
376 B
JSON

{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/bettys_bike_shop.gleam"
],
"test": [
"test/bettys_bike_shop_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"blurb": "Learn about modules by helping Betty to display her bikes prices."
}