/adventofcode2016

http://adventofcode.com/

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

Solutions

  • The solutions are lists of functions that should be executed
  • No variable assignments
  • Only arrow functions
  • No if/else/switch/ternary operators
  • No loops
  • The only external lib used is lodash/fp