aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-12-01 13:38:55 +0000
committerTrey Bastian <hello@treybastian.com>2025-12-01 13:38:55 +0000
commit0880a0dfbb4b71caad75aaae5daf23eb2d2db5d5 (patch)
tree1dc67f293c165038a9f9a0b21601c97080f36667 /README.md
parent57a504da9dbedc835d432bc420551c4f6349e1d0 (diff)
2025 day 1 part 1
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1902bc..7aabf1c 100644
--- a/README.md
+++ b/README.md
@@ -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`.