Skip to content

divado/AoC_2022_Elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 in Elixir

Heavily inspired by 🎄Advent of Code 2022🎄

This repo and its content are used as a learning experience for elixir.

Usage

First log in to Advent of Code in your browser and fetch the cookie named 'session'.

Set it as en environment variable like this 'export SESSION = "VALUE"'

Then run the program using iex -S mix, and call the get method to get the answer, and the submit answer to post it to AoC website.

    get(220101) |> submit

We follow the principle YYDDLL where

YY = Two last digit of the year, so for 2018 it would be 18

DD = The days number in two digits, so for 24th of december it would be 24

LL = Two digit number representing the level, meaning either 01 or 02

Progress

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

Advent of Code 2022 used to learn Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages