exercism-elixir/city-office/.exercism/config.json
2022-02-02 11:34:13 -04:00

17 lines
424 B
JSON

{
"blurb": "Learn about writing documentation and typespecs by getting your code ready for the arrival of a new colleague at the city office.",
"authors": ["angelikatyborska"],
"contributors": ["neenjaw", "michallepicki"],
"files": {
"solution": [
"lib/form.ex"
],
"test": [
"test/form_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}