exercism-elixir/rpn-calculator-inspection/.exercism/config.json
2022-03-05 10:26:40 -04:00

22 lines
488 B
JSON

{
"blurb": "Learn about tasks and links by inspecting a working prototype of your experimental Reverse Polish Notation calculator.",
"icon": "instruments-of-texas",
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/rpn_calculator_inspection.ex"
],
"test": [
"test/rpn_calculator_inspection_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}