stack-underflow

This commit is contained in:
2024-03-07 02:05:57 -05:00
parent 7ae168f5ea
commit ed251fd37d
11 changed files with 470 additions and 0 deletions

View 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."
}

View 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}