Thibaud f783ff0d6d chore: make intcode an installable package
- Move intcode/ from 2019/ folder to the root of the repository
- The package is automatically installed with the adventofcode package
  with `pip install -e .` command
2026-02-17 19:11:50 +01:00
2024-12-08 22:32:22 +01:00

Advent of code

My solutions to the advent of code challenges, written in python

How to run

Install project

Run make install or

Run from root directory (inside a virtualenv):

$ pip install -e .

Run a single day

$ aoc <year> <day>

Run a whole year

$ aoc <year>
Description
Solutions to the https://adventofcode.com challenges
Readme 451 KiB
Languages
Python 99.7%
Makefile 0.3%