Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/braheezy/advent-of-code

🎄 Coding for the holidays 🎄
https://github.com/braheezy/advent-of-code

advent-of-code-2024 go

Last synced: 27 days ago
JSON representation

🎄 Coding for the holidays 🎄

Awesome Lists containing this project

README

        

# Advent of Code 2024

My solutions to the [Advent of Code](https://adventofcode.com/2024/about) 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:

```bash
./fetch_input.sh
```

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:

```bash
go run solution/day1.go
```