/advent-of-code-2021

My Elixir solutions for Advent of Code 2021

Primary LanguageElixir

Advent of Code 2021

My solutions for the awesome Advent of code 2021 in Elixir.

To run a day go into that subdirectory and run the Elixir-Script.

cd day09
elixir Day9.exs

Usually the script prints just 2 lines which represents the solution of the first and the second puzzle part.