Hello there, and welcome to my solutions for Advent of Code 2020
This is one of those advent of codes journeys, and for me nearly a first experience in Elixir.
Enjoy, be safe, be healthy!
Well, something like this:
- Install elixir (https://elixir-lang.org/install.html)
- Browse to the root folder in a terminal, that is this folder where the readme is!
- Run
iex -S mix
, (and probablymix deps.get
before that!) - Run
Aoc2020.DayX.taskY
where
X -> is the day you want to se the result for
Y -> is the task for that day you want to se the result for
⭐⭐ Day 1
⭐⭐ Day 2
⭐⭐ Day 3
⭐⭐ Day 4
⭐⭐ Day 5
⭐⭐ Day 6
⭐⭐ Day 7
⭐⭐ Day 8
⭐⭐ Day 9
⭐⭐ Day 10
⭐⭐ Day 11
⭐⭐ Day 12
⭐⭐ Day 13
⭐⭐ Day 14
⭐⭐ Day 15
❌❌ Day 16
❌❌ Day 17
❌❌ Day 18
❌❌ Day 19
❌❌ Day 20
❌❌ Day 21
❌❌ Day 22
❌❌ Day 23
❌❌ Day 24
❌❌ Day 25