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

23 lines
488 B
JSON

{
"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",
"icon": "instruments-of-texas",
"blurb": "Learn about tasks and links by inspecting a working prototype of your experimental Reverse Polish Notation calculator."
}