Skip to content

My solutions for Advent of Code

License

Notifications You must be signed in to change notification settings

jeroen-plug/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

This repository contains my solutions for Advent of Code, organized by year.

Year Language Stars CI/CD Status
2024 Go 50 Stars 2024
2023 Go 34 Stars 2023
2017 Python 02 Stars 2017

Running the Solutions

To run the solutions, navigate to the specific year's folder and run make. Other targets are available, such as make test to run all tests, or make 1 to run a specific day.

Input files for each day are not included in this repository. To automatically download the input files, you need to set the AOC_COOKIE variable in tools/.env, then run make input. Alternatively, you can manually download the input files and place them in the input folder.