22 lines
427 B
JSON
22 lines
427 B
JSON
|
{
|
||
|
"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."
|
||
|
}
|