library-fees

This commit is contained in:
2023-12-19 21:32:19 -05:00
parent db731118fc
commit 2465a18235
11 changed files with 552 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"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."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"library-fees","id":"ca5ec29bebbb49669bd4607297760349","url":"https://exercism.org/tracks/elixir/exercises/library-fees","handle":"negrienko","is_requester":true,"auto_approve":false}