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