patatoid / kata_rpn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rpn

The Reverse Polish Notation (RPN) calculator kata is a classic programming exercise that involves taking an arithmetic expression in reverse Polish notation, evaluating its value, and returning the result.

run tests

mix test

About

License:MIT License


Languages

Language:Elixir 100.0%