Advent of Code Solutions in Python
Requires Python 3.9+ - Tested on PY 3.13
.
First, clone the Git Repo with HTTPS / SSH, or download the zip file.
# HTTPS
$ git clone https://github.com/rnag/Advent-of-Code.git
# SSH
git clone [email protected]:rnag/Advent-of-Code.git
Next, cd
into cloned Advent-of-Code
project folder.
Then:
$ pip install -e .
Run a specific Day script with aoc <day>
.
For example, to solve Day 5 Problem:
$ aoc 5