Skip to content

Advent of Code solutions (2024) implemented in Python!

Notifications You must be signed in to change notification settings

rnag/Advent-of-Code

Repository files navigation

Advent of Code (Python)

Advent of Code Solutions in Python

Requirements

Requires Python 3.9+ - Tested on PY 3.13.

Setup

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.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

Releases

No releases published

Packages

No packages published

Languages