diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,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 with `brew install gcc`. +On MacOS, you can install it with Homebrew: `brew install gcc`. |
