Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 318 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 318 Bytes

Advent of Code 2024

These are my solutions for the 2024 advent of code. This project is for python solutions. I may have a go at rust at some point, just for a laugh.

## Creating the day's puzzle

Run ./create.sh [day] to create a python file for the puzzle you're working on.

Execute it with ./run.sh [day]