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

## 2025 - COBOL 
You'll need to install GNUCobol to run these solutions.

On MacOS you can install it with Homebrew: `brew install gnucobol`

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

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