Skip to content

felixnagele/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

advent-of-code 🎄

My Advent of Code solutions.

🛠 Requirements

  • Python
  • Package manager: uv

🚀 Quick Start

Step 1: Clone the repo

git clone https://github.com/felixnagele/advent-of-code.git
cd advent-of-code

Step 2: Install dependencies

uv sync

📖 Usage

Run a solution for a specific year and day

uv run python -m [year].day[01-25].solution

Example for 2015 Day 1:

uv run python -m 2015.day01.solution

Note on input: The solutions expect an input.txt file in the same directory as the solution file.

Quick test: Every folder already has an example.txt, so you can run the code immediately to see it in action.

📝 Note

This is a personal repository for tracking my progress and archiving my solutions. It is not intended for external contributions.

Releases

No releases published

Packages

 
 
 

Contributors

Languages