bettys-bike-shop
This commit is contained in:
21
bettys-bike-shop/.exercism/config.json
Normal file
21
bettys-bike-shop/.exercism/config.json
Normal 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."
|
||||
}
|
||||
Reference in New Issue
Block a user