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

23 lines
488 B
JSON
Raw Permalink Normal View History

2024-03-07 09:37:20 +00:00
{
"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."
}