aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 24cb4879451a231eb91b83ba04d8a242fff5a02c (plain)
1
2
3
4
5
6
7
8
9
# Advent of Code Repo
This repository contains my solutions to the Advent of Code challenges.

I stream all my solutions live on Twitch at [twitch.tv/treybastian](https://twitch.tv/treybastian).

## 2024 - Fortran
You'll need GNUFortran to run these solutions.

On MacOS, you can install it with Homebrew with `brew install gcc`.