Solutions for Advent Of Code 2016, written in F#. Automatic solutions for some days is missing since some solutions required manual work by hand.

Run the code by opening the solution in Visual Studio and running the Aoc16.FinishedDays.Test tests through Test Explorer.

Or check out the solution code inside Aoc16.FinishedDays.

Each day was originally coded inside the Aoc16.ActiveDay/Program.fs for regular debugging, then renamed and moved to FinishedDays.