Skip to content

Latest commit

 

History

History

2020

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

2020 solutions

This year I chose Elm as my weapon of choice to solve the puzzles. Why? To be honest I just find writing Elm to be a lovely experience 😍.

Usage

Each Elm module exposes all of its values and functions so we can use them in the REPL.

  1. Install Elm
  2. $ elm repl
  3. $ import DayX
  4. $ (DayX.getAnswer | DayX.getAnswerPartX) DayX.puzzleInput

Tests

Boy-That-Escalated-Quickly-Anchorman

  • $ npm install elm-test -g
  • $ elm-test