Solutions for Advent Of Code 2015 (all 25 days), written in F#.

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

Or check out the solution code inside Aoc15.FinishedDays.

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