Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 297 Bytes

Advent of Code 2024

An advent of code adventure in python for fun.

Setup

Run pip3 install -r requirements.txt

Usage

  1. Copy/Paste the __TEMPLATE__ dir to a new day
  2. Run the 'init.py' file, providing your session cookie as input (ex. python3 init.py cookie_value_here)
  3. Solve