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

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

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