Puzzles found here.
- Make sure Elixir is installed
- Navigate to directory of day and run
elixir dayX.exs
orelixir dayXpart2.exs
Note: The script handles loading the input from the included text file. To change the input, simply change the values in the text file.
When starting on part 2 of a puzzle, I normally copy over my solution from part 1 into another file. This is to show if there was any significant change to my code or thinking for part 2 since I normally don't go back and edit part 1 if I find a better solution while working on part 2.