/twentyfour

Make 24 using four numbers and four operators.

Primary LanguageJavaScript

TwentyFour

Given four special numbers and the standard + − × ÷ operators, make the number 24!

Building

  1. npm install
  2. gulp
  3. Navigate to http://localhost:8080 to play!