Skip to content

daronzwink/AdventOfCode2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

This repository contains my solutions for Advent of Code 2025.

About

Advent of Code 2025 features 12 days of programming challenges. This year, I plan to approach this with assistance from Claude Code and other AI-assistance tools as needed.

Setup

This project uses Python 3.13 and pipenv for dependency management.

Installation

pipenv install
pipenv shell

Structure

Each day's challenge is contained in its own directory (day01/, day02/, etc.) with the following files:

  • dayXX.py - Solution code
  • dayXX.dat - Puzzle input
  • dayXX_example_part1.dat - Example input for part 1
  • dayXX_example_part2.dat - Example input for part 2

Progress

  • Day 1
  • Day 2
  • Day 3
  • Day 4
  • Day 5
  • Day 6
  • Day 7
  • Day 8
  • Day 9
  • Day 10
  • Day 11
  • Day 12

About

Advent of Code 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages