Skip to content

khwilson/advent2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Kevin's solutions to AoC 2024.

Requirements

We use uv as the manager of our python and packages. See their website for installation instructions.

Setup

Just run

uv sync

Running a Day

To run the code for a single day, use

uv run advent DAY [DATA_FILE]

If DATA_FILE is not specified, then the code will attempt to use a file called data/day{DAY:02d}.txt.

Running a Test

To run tests, you can use

uv run py.test

License

MIT

About

Advent of Code 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages