celynw / advent_of_code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My solutions for Advent of Code

GitHub repo file count (file extension)
GitHub repo file count (file extension)
GitHub repo file count (file extension)

Requirements

pip install -r requirements.txt

Usage

./solve.py YEAR PUZZLE

where YEAR is 2021 onwards, and PUZZLE goes from 0 to 50.

$ ./2021/solve.py --help
usage: solve.py [-h] [--test] year puzzle

positional arguments:
  year        Year of puzzle
  puzzle      Puzzle number (2 per day)

optional arguments:
  -h, --help  show this help message and exit
  --test, -t  Run with the test input and test against the answer (default: False)

About


Languages

Language:Python 100.0%