bettys-bike-shop

This commit is contained in:
Alexander Heldt
2025-10-30 20:08:25 +01:00
parent 3c64c873ef
commit 17e35b1c6a
10 changed files with 332 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
{"track":"gleam","exercise":"bettys-bike-shop","id":"45556bba3539448d9a731d74deeee93a","url":"https://exercism.org/tracks/gleam/exercises/bettys-bike-shop","handle":"fw353qwgs","is_requester":true,"auto_approve":false}