exercism/elixir/rpn-calculator/.exercism/config.json

24 lines
465 B
JSON
Raw Normal View History

2024-03-07 06:40:53 +00:00
{
"authors": [
"neenjaw"
],
"contributors": [
"angelikatyborska",
"cjmaxik"
],
"files": {
"solution": [
"lib/rpn_calculator.ex"
],
"test": [
"test/rpn_calculator_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"icon": "instruments-of-texas",
"blurb": "Learn about errors and rescuing them by working on an experimental Reverse Polish Notation calculator."
}