Skip to content

rnelson/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 18, 2024
82b3e50 · Dec 18, 2024
Dec 13, 2024
Dec 16, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 7, 2024
Dec 2, 2024
Dec 18, 2024
Dec 10, 2017
Dec 1, 2015
Dec 7, 2024

Repository files navigation

Advent of Code

My Advent of Code solutions.

They expect a very specific external directory structure for input files since the files were removed from this repository. YMMV on anything from 2023 and earlier.

For 2024 onward, the assumption is that this repository is cloned to ~/dev/adventofcode or C:\dev\adventofcode, whether UNIX or Windows. Alongside it is a ~/dev/aoc-inputs/C:\dev\aoc-inputs which has the following structure:

YEAR -> test and real -> DayXX.txt

For example, 2024/test/Day04.txt and 2024/real/Day01.txt.

License

Released under the MIT License.