exercism-elixir/freelancer-rates/.exercism/config.json
2022-01-31 09:28:22 -04:00

24 lines
497 B
JSON

{
"blurb": "Learn about integers and floating point numbers by helping a freelancer communicate with a project manager about billing.",
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/freelancer_rates.ex"
],
"test": [
"test/freelancer_rates_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"forked_from": [
"javascript/freelancer-rates"
],
"language_versions": ">=1.10"
}