stubbedtoe / AoC-2021

Advent of Code 2021 in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of Code 2021 in Elm


Languages

Language:Elm 99.5%Language:HTML 0.4%Language:JavaScript 0.1%