/AoC-2021

Advent of Code 2021 in Elm

Primary LanguageElm

Advent of code 2021 in Elm

install dependencies with yarn install

to run the dev server

  1. yarn start
  2. open localhost:8000 in your browser
  3. navigate to src/Main.elm

to run the tests

  1. npm -g elm-explorations/test
  2. yarn test