exercism/elixir/boutique-inventory/.exercism/config.json

23 lines
426 B
JSON

{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw",
"fmmatheus"
],
"files": {
"solution": [
"lib/boutique_inventory.ex"
],
"test": [
"test/boutique_inventory_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about the Enum module by preparing your fashion boutique for the big annual sale."
}