exercism/elixir/wine-cellar/.exercism/config.json

22 lines
400 B
JSON
Raw Normal View History

2023-12-19 08:10:24 +00:00
{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/wine_cellar.ex"
],
"test": [
"test/wine_cellar_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about keyword lists by providing wine suggestions to the customers in your restaurant."
}