exercism/elixir/community-garden/.exercism/config.json

26 lines
474 B
JSON

{
"authors": [
"neenjaw"
],
"contributors": [
"angelikatyborska",
"jrr",
"efx",
"justin-m-morgan",
"cr0t"
],
"files": {
"solution": [
"lib/community_garden.ex"
],
"test": [
"test/community_garden_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about the Agent module by helping your local community handle community garden registrations."
}