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