It's that time of the year again! Random solutions to the Advent of Code challenge (https://adventofcode.com) in F#.
You'll need the .NET Core 5 SDK. After cloning the repository, enter into the .\AdventOfCode.Runner
directory and type dotnet run
. You'll be able to select a problem from the menu. If you want to run the code on a different input, replace the relevant files in the App_Data
folder.
Here is a collection of solutions in many languages: https://github.com/Bogdanp/awesome-advent-of-code