Initial upload

This commit is contained in:
2022-08-24 14:28:45 +02:00
parent c67653ddee
commit 57bc7b0289
370 changed files with 18479 additions and 0 deletions

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