stack-underflow
This commit is contained in:
22
elixir/stack-underflow/.exercism/config.json
Normal file
22
elixir/stack-underflow/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"authors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/rpn_calculator/exception.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/rpn_calculator/exception_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"icon": "error-handling",
|
||||
"blurb": "Learn about defining custom exceptions by continuing work on your experimental Reverse Polish Notation calculator."
|
||||
}
|
||||
1
elixir/stack-underflow/.exercism/metadata.json
Normal file
1
elixir/stack-underflow/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"stack-underflow","id":"27a7dac3a9d849a49e365ae1576a04e7","url":"https://exercism.org/tracks/elixir/exercises/stack-underflow","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user