My yearly advent-of-code solutions
1# Advent of Code Repo 2This repository contains my solutions to the Advent of Code challenges. 3 4## 2025 - COBOL 5You'll need to install GNUCobol to run these solutions. 6 7On MacOS you can install it with Homebrew: `brew install gnucobol` 8 9## 2024 - Fortran 10You'll need GNUFortran to run these solutions. 11 12On MacOS, you can install it with Homebrew: `brew install gcc`.