Basic Reason Advent of Code

Trying to teach myself reason.

Build

npm run build

Build + Watch

npm run watch

Troubleshooting IDE

  • Make sure you have reason-cli installed for current version of node.

  • Install merlin and ocp-indent

opam install merlin
opam install ocp-indent
  • Configure your env
opam switch
eval $(opam config env)