exercism/elixir/library-fees/.exercism/config.json

22 lines
384 B
JSON
Raw Normal View History

2023-12-20 02:32:19 +00:00
{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/library_fees.ex"
],
"test": [
"test/library_fees_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about dates and time by calculating late fees for the local library."
}