Skip to content

juestr/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-2024

Advent of Code 2024 workspace.

Each day's puzzle can be run as a standalone script without arguments. It accepts command line options for various instrumentations, see --help.

aoc_util.py contains common utils, boilerplate and a commandline runner.

The puzzles were written using Python 3.13, and are formatted by ruff in default configuration. I am not bothering with types or type checking this time around.

All dependencies can be installed by:

python3 -m pip install -r requirements.txt

Here's the xmas tree from day 14.

About

Advent of Code 2024 workspace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published