Go to file
Mikaël Capelle 3edaa249fc 2015 day 21. 2024-01-20 17:57:37 +01:00
src/holt59/aoc 2015 day 21. 2024-01-20 17:57:37 +01:00
.gitignore Poetry stuff. 2023-12-19 17:45:33 +01:00
README.md Poetry stuff. 2023-12-19 17:45:33 +01:00
poetry.lock Minor cleaning 2023. 2023-12-30 19:35:06 +01:00
pyproject.toml Minor cleaning 2023. 2023-12-30 19:35:06 +01:00
run.ps1 2023 day 10. 2023-12-10 10:09:12 +01:00
setup.cfg Day 2. 2022-12-02 09:12:49 +01:00

README.md

Holt59 - Advent Of Code

Installation (with poetry):

poetry install

To run any day:

holt59-aoc $day

You can use -v / --verbose for extra outputs in some case, -t / --test to run the code on the test data (one of the test data if multiple are present) or even -u XXX / --user XXX to run the code on a specific input after putting the input file under src/holt59/aoc/inputs/XXX/$year/$day.

Full usage:

usage: Holt59 Advent-Of-Code Runner [-h] [-v] [-t] [-u USER] [-i INPUT] [-y YEAR] day

positional arguments:
  day                   day to run

options:
  -h, --help            show this help message and exit
  -v, --verbose         verbose mode
  -t, --test            test mode
  -u USER, --user USER  user input to use
  -i INPUT, --input INPUT
                        input to use (override user and test)
  -y YEAR, --year YEAR  year to run