Skip to content

hubernhard/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions to the Advent of Code puzzles.

Setup

Make sure uv is installed on your system, clone the repository and run:

uv sync --frozen
pre-commit install --install-hooks

Initialize a new day using the template

uv run python -m aoc <YEAR> <DAY>