ajkerrigan / advent_of_code

Advent of Code experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

Some fumbling and experimenting with Advent of Code challenges.

Usage

To play with these solutions yourself...

Install dependencies

Install Python packages

poetry install

Play

Run just to see available commands. Most are for preparing to solve challenges, but some also run existing solutions. To run the Python-based solution for day 1:

just run 1

To run the VisiData solution for day 2, part 1:

just run_vd 2 1

About

Advent of Code experiments


Languages

Language:Python 91.7%Language:HTML 6.0%Language:Elixir 2.2%