Skip to content

Advent of Code solutions in various languages

Notifications You must be signed in to change notification settings

UnstoppableMango/advent-of-code

Repository files navigation

UnstoppableMango's Advent of Code Solutions

These are my solutions for the Advent of Code!

Solutions are organized by year, day, and language; so e.g. src/2023/Day01/fsharp.

Not all days have a solution for every language, I've tried to keep the READMEs up-to-date which which directories actually contain code.

Most days have solutions in F#.

Building

For F#/C# you can run dotnet build at the root of the repository.