Skip to content

corsen-olbin/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021 Solutions

Puzzles found here.

To run Elixir solutions (.exs files)

  1. Make sure Elixir is installed
  2. Navigate to directory of day and run elixir dayX.exs or elixir 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.

About

Solutions to Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages