Initial upload
This commit is contained in:
21
elixir/kitchen-calculator/.exercism/config.json
Normal file
21
elixir/kitchen-calculator/.exercism/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/kitchen_calculator.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/kitchen_calculator_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"blurb": "Learn about tuples and pattern matching by converting common US baking measurements to the metric system."
|
||||
}
|
1
elixir/kitchen-calculator/.exercism/metadata.json
Normal file
1
elixir/kitchen-calculator/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"kitchen-calculator","id":"fba1265584b9449783f6074ce0c8ceb8","url":"https://exercism.org/tracks/elixir/exercises/kitchen-calculator","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user