Initial upload
This commit is contained in:
21
elixir/library-fees/.exercism/config.json
Normal file
21
elixir/library-fees/.exercism/config.json
Normal 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."
|
||||
}
|
Reference in New Issue
Block a user