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 git@github.com:rnag/Advent-of-Code.gitNext, 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