norrbacka / aoc2020_elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ„ Advent of Code 2020 - Elixir-edition πŸŽ„

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!

How to run my code?

Well, something like this:

  1. Install elixir (https://elixir-lang.org/install.html)
  2. Browse to the root folder in a terminal, that is this folder where the readme is!
  3. Run iex -S mix, (and probably mix deps.get before that!)
  4. 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

Progression

⭐⭐ 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

About


Languages

Language:Elixir 100.0%