My yearly advent-of-code solutions
Fortran 72.0%
COBOL 21.6%
OCaml 6.2%
Dune 0.1%
Other 0.2%
29 1 0

Clone this repository

https://tangled.org/treybastian.com/advent-of-code
git@knot.treybastian.com:treybastian.com/advent-of-code

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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.