rpn-calculator-inspection
This commit is contained in:
22
elixir/rpn-calculator-inspection/.exercism/config.json
Normal file
22
elixir/rpn-calculator-inspection/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
1
elixir/rpn-calculator-inspection/.exercism/metadata.json
Normal file
1
elixir/rpn-calculator-inspection/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"rpn-calculator-inspection","id":"92ce0808eeb9437c854595c53725a0f1","url":"https://exercism.org/tracks/elixir/exercises/rpn-calculator-inspection","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user