Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 546 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 546 Bytes

elm-calculator

A basic calculator made in Elm

The calculator can only do simple integer calculations with...

  • Addition
  • Subtraction
  • Multiplication
  • Division

An example gif

Purpose

The purpose of this project was to try out the Elm language. The code should not be used as an example for other projects.

Build Instructions

For simple testing. Just..

$> elm-reactor

To compile

$> elm-make Calc.elm