Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 436 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 436 Bytes

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.