Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 257 Bytes

Readme.md

File metadata and controls

14 lines (10 loc) · 257 Bytes

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