Initial commit
This commit is contained in:
24
elixir/freelancer-rates/.exercism/config.json
Normal file
24
elixir/freelancer-rates/.exercism/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"authors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"contributors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/freelancer_rates.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/freelancer_rates_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"forked_from": [
|
||||
"javascript/freelancer-rates"
|
||||
],
|
||||
"blurb": "Learn about integers and floating point numbers by helping a freelancer communicate with a project manager about billing."
|
||||
}
|
||||
1
elixir/freelancer-rates/.exercism/metadata.json
Normal file
1
elixir/freelancer-rates/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"freelancer-rates","id":"25db5ef05b9b40a09965866b08a13f3f","url":"https://exercism.org/tracks/elixir/exercises/freelancer-rates","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user