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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages