mirror of
https://github.com/thib8956/advent-of-code.git
synced 2026-02-27 18:58:14 +00:00
f783ff0d6dc40fe324abf0db8a706cd1532ce7e2
- 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
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
Languages
Python
99.7%
Makefile
0.3%