advent-of-code

Advent Of Code

Thank you Eric!

Trying to learn rust 🙌 and maybe other stuff

Installing the runner

poetry install # or pip install -e .

Usage

Fetching problems

export AOC_SESSION_COOKIE=<my_current_cookie>
poetry run aoc --year 2016 --day 9 rust fetch

Running for real

poetry run aoc --year 2016 --day 9 rust run

Running tests

poetry run aoc --year 2016 --day 9 rust run

Fetching pt2

# Remember to not remove the placeholder {description_pt2} in the files
poetry run aoc --year 2016 --day 9 rust fetch2

Also in Python (and elixir now)

poetry run aoc --year 2016 --day 9 python run
me

The world is a complex puzzle, and I love using data and code to decode it. Data scientist and developer by day, problem-solver always.