Skip to content

typesafety/aoc2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2025

Solutions for Advent of Code 2025

Solutions are located in src/solutions/.

Running

Run with uv:

$ uv run main.py --help
usage: aoc2025 [-h] -d [1..12] -p {1,2} -i PUZZLE_INPUT_PATH

Advent of Code 2025

options:
  -h, --help            show this help message and exit
  -d [1..12], --day [1..12]
                        Day (1-12)
  -p {1,2}, --part {1,2}
                        Part (1-2)
  -i PUZZLE_INPUT_PATH, --input_path PUZZLE_INPUT_PATH
                        Path to puzzle input

Example:

$ uv run main.py -d 7 -p 2 -i path/to/input.txt

About

Solutions for Advent of Code 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors