flohst / AdventOfCode2021FSharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2021 F#

Create new Project

To create a new console application for each day run:

dotnet new console -lang "F#" -o src/DayXX

To add the new console app to the solution run:

dotnet sln add src/DayXX/DayXX.fsproj