Skip to content

arcogelderblom/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87c9bc6 Β· Jan 31, 2025

History

98 Commits
Jan 31, 2025
Nov 20, 2024
Dec 4, 2023
Jan 1, 2024
Jan 10, 2025
Dec 5, 2023
Jan 31, 2025
Dec 1, 2023
Dec 1, 2023
Jan 17, 2025
Dec 1, 2023
Nov 19, 2024
Dec 7, 2023

Repository files navigation

Advent Of Code πŸŽ„πŸŽ„

AoC 2015 AoC 2020 AoC 2021 AoC 2023 AoC 2024

My entry for the different years of Advent Of Code

Progress

Year Stars
2015 26 🌟
2020 50 🌟
2021 50 🌟
2023 28 🌟
2024 50 🌟

Input files

As per request by Eric Wastl the actual input files that I've got for my entry are hidden inside of a submodule that points to a private repository. All my solutions however should be able to run all possible inputs, so grab yours and try it out!

How to run

There are 2 scripts included in this repository. First you need to build the generic library. This can be done by using the following command:

./build_genericlib.sh

Afterwards you can run any day that is available with a solution.

./run_aoc_day.sh <day> <year>

Example for running day 1 of 2023: ./run_aoc_day.sh Day01 2023

If you would like to run all days of a given year you can do so by using the script for that.

./run_aoc_year.sh <year>

Example for running all days of 2021: ./run_aoc_year.sh 2021