A simple Haskell program that lets you perform basic arithmetic with two numbers and an operator. It safely handles invalid input, division by zero, and unknown operators.
- Addition (+), subtraction (-), multiplication (*), division (/)
- Prevents crashes from invalid number input
- Prevents division by zero
- Interactive loop: keeps running until you quit
- Added GUI to better UX
cd To/Your/Project/Path
cabal run