Categorygithub.com/braheezy/advent-of-code
repository
0.0.0-20241219185433-9db7c7f0c611
Repository: https://github.com/braheezy/advent-of-code.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Advent of Code 2024

My solutions to the Advent of Code problems.

By day 5, I needed 100% AI help to get through part 2. There would be little value in me continuing like that so I stopped.

Usage

In the spirit of AoC, the inputs that are unique to me are not stored in source control. That can be obtained like so:

./fetch_input.sh <day>

You'll need to provide your login session token (find in browser's cookies). When it works, a text file will be downloaded.

The solutions assume the input text files exist. They can be run directly:

go run solution/day1.go