Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 548 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 548 Bytes

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