Initial upload

This commit is contained in:
2022-08-24 14:28:45 +02:00
parent c67653ddee
commit 57bc7b0289
370 changed files with 18479 additions and 0 deletions

View 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."
}

View 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}