Skip to content

braheezy/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸŽ„ Coding for the holidays πŸŽ„

Topics

Resources

Stars

Watchers

Forks