Skip to content

gayle/aoc2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2025

Advent of Code 2025 solutions. This is in gayle's repository with dstautberg as a contributer.

Run the solution code from the top-level aoc2025 directory:

Day1:

python day1_part1.py day1_input_dean.txt
python day1_part2.py day1_input_dean.txt
python day1_part1.py day1_input_gayle.txt
python day1_part2.py day1_input_gayle.txt

The commands are similar for future days.

Running the tests. This runs all files starting with "test_":

pytest

Requirements:

  • Python 3.8+ recommended.
  • Pytest. Install using: pip install pytest

About

Advent Of Code 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •