kitchen-calculator

This commit is contained in:
2023-12-17 21:09:15 -05:00
parent f3067bce0f
commit 5c704aa88f
12 changed files with 462 additions and 2 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":"b4d4b27093db4fb3973a38c78cf108f7","url":"https://exercism.org/tracks/elixir/exercises/kitchen-calculator","handle":"negrienko","is_requester":true,"auto_approve":false}