Skip to content

dallonf/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Puzzle solutions for Advent of Code 2024. Written in Python.

Most solutions are for Part One only because aint nobody got time for Part Two!

How to use

Install dependencies with poetry:

poetry install

Run a day's solution:

# substitute 00 for actual day number
python -m aoc2024.puzzles.day00

Check types with Pyright:

pyright

Run tests:

pytest

Run tests in watch mode:

ptw

Run tests in watch mode for a single day:

ptw -- aoc2024/puzzles/day00_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages