From 73db524942bdfb5450f2cd61682626a9618e99dc Mon Sep 17 00:00:00 2001 From: Trey Bastian <2991824+TreyBastian@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:44:36 +0000 Subject: AOC starts today --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..24cb487 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Advent of Code Repo +This repository contains my solutions to the Advent of Code challenges. + +I stream all my solutions live on Twitch at [twitch.tv/treybastian](https://twitch.tv/treybastian). + +## 2024 - Fortran +You'll need GNUFortran to run these solutions. + +On MacOS, you can install it with Homebrew with `brew install gcc`. -- cgit v1.2.3